remove debug print
authorJoey Hess <joeyh@joeyh.name>
Thu, 24 Sep 2020 19:37:39 +0000 (15:37 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 24 Sep 2020 19:37:39 +0000 (15:37 -0400)
Command/Sync.hs

index df3faa8772ebd3cdabee54502614da2cdd445e71..380d2854344ff532f3613351384a61f787186f26 100644 (file)
@@ -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