From 1acbe76cbf5d95d0dac95409e65cc95e338dfc42 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 23 Mar 2012 08:56:38 -0700 Subject: [PATCH] Minor, fix clowniness. --- src/workflow/land/ArcanistLandWorkflow.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/workflow/land/ArcanistLandWorkflow.php b/src/workflow/land/ArcanistLandWorkflow.php index c0552a96..9f5e1924 100644 --- a/src/workflow/land/ArcanistLandWorkflow.php +++ b/src/workflow/land/ArcanistLandWorkflow.php @@ -128,8 +128,6 @@ EOTEXT $use_squash = !$this->isHistoryImmutable(); } - var_dump($use_squash); - $repository_api = $this->getRepositoryAPI(); if (!($repository_api instanceof ArcanistGitAPI)) { throw new ArcanistUsageException("'arc land' only supports git.");