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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue