From e1ae51ca276014d6812f19902e419745f8d6342f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Nov 2014 16:51:33 -0400 Subject: remove debug print --- Command/Proxy.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Command/Proxy.hs') 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 -- cgit v1.2.3