From 2b4396194b2e4cc571fdc2e15ad68645e6c0328c Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 16 Oct 2010 19:57:41 +0000 Subject: remove a little debug --- src/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.py') diff --git a/src/gui.py b/src/gui.py index 13fea525..aaad7544 100644 --- a/src/gui.py +++ b/src/gui.py @@ -474,7 +474,7 @@ class Gui(object): A subscription changed, or we received a roster item after a roster request, etc """ - debug('Roster Update: \n%s\n\n' % iq) + # debug('Roster Update: \n%s\n\n' % iq) for item in iq.findall('{jabber:iq:roster}query/{jabber:iq:roster}item'): jid = item.attrib['jid'] contact = self.roster.get_contact_by_jid(jid) -- cgit v1.2.3