projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3af8a4
)
remove debug print
author
Joey Hess
<joeyh@joeyh.name>
Thu, 24 Sep 2020 19:37:39 +0000
(15:37 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 24 Sep 2020 19:37:39 +0000
(15:37 -0400)
Command/Sync.hs
patch
|
blob
|
history
diff --git
a/Command/Sync.hs
b/Command/Sync.hs
index df3faa8772ebd3cdabee54502614da2cdd445e71..380d2854344ff532f3613351384a61f787186f26 100644
(file)
--- 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