From 051e16a94545b365fffb830dfe9cf30b9f54b4dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Sep 2020 15:37:39 -0400 Subject: [PATCH] remove debug print --- Command/Sync.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index df3faa8772..380d285434 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -652,9 +652,7 @@ seekSyncContent o rs currbranch = do bloom <- case keyOptions o of Just WantAllKeys -> ifM preferredcontentmatchesfilenames ( Just <$> genBloomFilter (seekworktree mvar (WorkTreeItems [])) - , do - liftIO $ print "skipped first pass" - pure Nothing + , pure Nothing ) _ -> case currbranch of (Just origbranch, Just adj) | adjustmentHidesFiles adj -> do -- 2.30.2