mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-17 03:45:05 +00:00
remove print
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user