diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-09 17:51:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-09 17:51:26 -0400 |
commit | ed615e450904b148b4f4cc61d87aa8f2ce6bd185 (patch) | |
tree | 1c7d1ef7815b50db983b8cbda0815d2ddd6a7ce4 /Assistant/Threads | |
parent | 563ce0dfec8ca2061dd270cc2b5e0e5e6c09ff22 (diff) |
avoid excessive debugging
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 $ |