From 6acc4fa83f32a90f5829990b3c3c404cd5f88c64 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Nov 2012 17:51:26 -0400 Subject: [PATCH] avoid excessive debugging --- Assistant/Threads/XMPPClient.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $