remove debug print

This commit is contained in:
Joey Hess 2014-11-12 16:51:33 -04:00
parent 0052a20333
commit 26155aaab4

View file

@ -37,7 +37,6 @@ start (c:ps) = liftIO . exitWith =<< ifM isDirect
go tmp = do go tmp = do
oldref <- fromMaybe Git.Sha.emptyTree oldref <- fromMaybe Git.Sha.emptyTree
<$> inRepo Git.Branch.currentSha <$> inRepo Git.Branch.currentSha
liftIO $ print oldref
exitcode <- liftIO $ proxy tmp exitcode <- liftIO $ proxy tmp
mergeDirectCleanup tmp oldref mergeDirectCleanup tmp oldref
return exitcode return exitcode