From f2af239c3089237d0c713ca2adc6bbc34ac682d5 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Mon, 6 May 2024 19:33:54 +0300 Subject: [PATCH] remove print --- src/Simplex/Messaging/Agent/Client.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index b4a64ac84..b9ccef52a 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1745,7 +1745,6 @@ diffSubscriptions AgentClient {smpClients, subscrConns} = do atomically (tryReadTMVar sessionVar) >>= \case Just (Right smp) -> readTVarIO (sentSubs smp) _ -> mempty <$ putStrLn ("no client for " <> show srv) - print (agentConns, clientSubscribed, agentConns `S.intersection` clientSubscribed) pure SubscriptionsDiff { inBoth = S.size $ agentConns `S.intersection` clientSubscribed,