diff --git a/Assistant/Threads/XMPPClient.hs b/Assistant/Threads/XMPPClient.hs index bb9293b907..ef97d653ac 100644 --- a/Assistant/Threads/XMPPClient.hs +++ b/Assistant/Threads/XMPPClient.hs @@ -87,7 +87,7 @@ xmppClient urlrenderer d = do receivenotifications selfjid = forever $ do l <- decodeStanza selfjid <$> getStanza - inAssistant $ debug ["received:", show l] + -- inAssistant $ debug ["received:", show l] mapM_ (handle selfjid) l handle _ (PresenceMessage p) = void $ inAssistant $