summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-20 16:00:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-20 16:00:41 -0400
commitfb66000ad05fa313838d366dffffd561977dcee3 (patch)
treec62d751e507f9bcacb38be4279ae2b55c537cec3 /Command/Fsck.hs
parente8dd341a562e3ef7926f5f51009f4b71bdc4dad9 (diff)
tweak wording
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r--Command/Fsck.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 766154a4a..6cf444967 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -67,7 +67,6 @@ seek :: CommandSeek
seek ps = do
from <- getOptionField fsckFromOption Remote.byNameWithUUID
i <- getIncremental
- liftIO $ print i
withKeyOptions
(\k -> startKey i k =<< getNumCopies)
(withFilesInGit $ whenAnnexed $ start from i)