remove debug print
This commit is contained in:
parent
b3af8a40f3
commit
051e16a945
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue