aboutsummaryrefslogtreecommitdiff
path: root/Command/Proxy.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-12 16:51:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-12 16:51:33 -0400
commite1ae51ca276014d6812f19902e419745f8d6342f (patch)
treea85c35c34c5493ba47b011d566b27d69f78c3cc3 /Command/Proxy.hs
parent48f1e36246bbe40a34d51da2acb4c0e17b12c1a9 (diff)
remove debug print
Diffstat (limited to 'Command/Proxy.hs')
-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