From 606a6b067a57b35f419b6ca85298c12f3eaedd62 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Wed, 25 Oct 2023 10:48:35 +0300 Subject: [PATCH] less debug messages --- hbs2-peer/app/PeerInfo.hs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/hbs2-peer/app/PeerInfo.hs b/hbs2-peer/app/PeerInfo.hs index 69c43da7..172b3f27 100644 --- a/hbs2-peer/app/PeerInfo.hs +++ b/hbs2-peer/app/PeerInfo.hs @@ -107,15 +107,7 @@ pexLoop brains tcpEnv = do setActiveTCPSessions @e brains ssids - tcp <- getClientTCP @e brains - - forM_ tcp $ \(pa, ssid) -> do - debug $ "TCP PEX CANDIDATE" <+> pretty pa <+> pretty ssid - - pex <- listTCPPexCandidates @e brains - - forM_ pex $ \pa -> do - debug $ "BRAINS: TCP PEX CANDIDATE" <+> pretty pa + pure () liftIO $ mapM_ link [tcpPexInfo]