summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Proxy.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Proxy.hs b/Command/Proxy.hs
index 135a76504..fc29cce26 100644
--- a/Command/Proxy.hs
+++ b/Command/Proxy.hs
@@ -37,7 +37,6 @@ start (c:ps) = liftIO . exitWith =<< ifM isDirect
go tmp = do
oldref <- fromMaybe Git.Sha.emptyTree
<$> inRepo Git.Branch.currentSha
- liftIO $ print oldref
exitcode <- liftIO $ proxy tmp
mergeDirectCleanup tmp oldref
return exitcode