summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-21 14:47:29 -0400
committerJoey Hess <joey@kitenet.net>2013-11-21 14:47:29 -0400
commit69b3df332bd6957165db3eeecfefae56a18d8e90 (patch)
treec6d041abe02f73f955664e0e23a33024cf99c7b1
parent36a29fbfb0d61c7214d787d18ea9689247c98c34 (diff)
downloadgit-repair-69b3df332bd6957165db3eeecfefae56a18d8e90.tar.gz
remove debug print
-rw-r--r--Git/Fsck.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/Fsck.hs b/Git/Fsck.hs
index b9cf35e..8bfddb4 100644
--- a/Git/Fsck.hs
+++ b/Git/Fsck.hs
@@ -41,7 +41,6 @@ findBroken batchmode r = do
(output, fsckok) <- processTranscript command' (toCommand params') Nothing
let objs = findShas output
badobjs <- findMissing objs r
- print badobjs
if S.null badobjs && not fsckok
then return Nothing
else return $ Just badobjs