mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-27 21:35:13 +00:00
remove print
This commit is contained in:
@@ -434,7 +434,6 @@ client clnt@Client {thVersion, subscriptions, ntfSubscriptions, rcvQ, sndQ} Serv
|
||||
quota <- asks $ msgQueueQuota . config
|
||||
let queueLen _ = fmap fromIntegral . queueLength =<< getMsgQueue ms queueId quota
|
||||
len <- atomically (suspendQueue st queueId >>= mapM queueLen)
|
||||
liftIO $ putStrLn $ "suspendQueue_ " <> show len
|
||||
pure (corrId, queueId, either ERR LEN len)
|
||||
|
||||
subscribeQueue :: QueueRec -> RecipientId -> m (Transmission BrokerMsg)
|
||||
|
||||
Reference in New Issue
Block a user