summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
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)