diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-12 16:51:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-12 16:51:33 -0400 |
commit | e1ae51ca276014d6812f19902e419745f8d6342f (patch) | |
tree | a85c35c34c5493ba47b011d566b27d69f78c3cc3 /Command | |
parent | 48f1e36246bbe40a34d51da2acb4c0e17b12c1a9 (diff) |
remove debug print
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Proxy.hs | 1 |
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 |