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:
b8a2671
)
remove debug print
author
Joey Hess
<joeyh@joeyh.name>
Wed, 10 Jul 2024 13:37:43 +0000
(09:37 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 10 Jul 2024 13:37:43 +0000
(09:37 -0400)
P2P/Proxy.hs
patch
|
blob
|
history
diff --git
a/P2P/Proxy.hs
b/P2P/Proxy.hs
index 32ef7166fe5f27bc8761680f3a695720fea58f06..bdb0819072f0747f4b4c13ec508e031637db0245 100644
(file)
--- a/
P2P/Proxy.hs
+++ b/
P2P/Proxy.hs
@@
-352,7
+352,6
@@
proxy proxydone proxymethods proxystate servermode (ClientSide clientrunst clien
-- When there is a single remote, reply with its timestamp,
-- to avoid needing timestamp translation.
handleGETTIMESTAMP (remoteside:[]) = do
- liftIO $ hPutStrLn stderr "!!!! single remote side"
liftIO $ atomically $ do
writeTVar (proxyRemoteLatestTimestamps proxystate)
mempty