remove debug print

This commit is contained in:
Joey Hess 2020-09-24 15:37:39 -04:00
parent b3af8a40f3
commit 051e16a945
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -652,9 +652,7 @@ seekSyncContent o rs currbranch = do
bloom <- case keyOptions o of bloom <- case keyOptions o of
Just WantAllKeys -> ifM preferredcontentmatchesfilenames Just WantAllKeys -> ifM preferredcontentmatchesfilenames
( Just <$> genBloomFilter (seekworktree mvar (WorkTreeItems [])) ( Just <$> genBloomFilter (seekworktree mvar (WorkTreeItems []))
, do , pure Nothing
liftIO $ print "skipped first pass"
pure Nothing
) )
_ -> case currbranch of _ -> case currbranch of
(Just origbranch, Just adj) | adjustmentHidesFiles adj -> do (Just origbranch, Just adj) | adjustmentHidesFiles adj -> do