diff options
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/XMPPClient.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/XMPPClient.hs b/Assistant/Threads/XMPPClient.hs index bb9293b90..ef97d653a 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 $ |