summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-16 19:57:41 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-16 19:57:41 +0000
commit2b4396194b2e4cc571fdc2e15ad68645e6c0328c (patch)
tree1495268baed66552ab06a113ae6701d006f207d8 /src/gui.py
parentfe4dd60b9544e751febd069343c91005e553a1f6 (diff)
downloadpoezio-2b4396194b2e4cc571fdc2e15ad68645e6c0328c.tar.gz
poezio-2b4396194b2e4cc571fdc2e15ad68645e6c0328c.tar.bz2
poezio-2b4396194b2e4cc571fdc2e15ad68645e6c0328c.tar.xz
poezio-2b4396194b2e4cc571fdc2e15ad68645e6c0328c.zip
remove a little debug
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py2
1 files changed, 1 insertions, 1 deletions
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)