diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-16 19:57:41 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-16 19:57:41 +0000 |
commit | 2b4396194b2e4cc571fdc2e15ad68645e6c0328c (patch) | |
tree | 1495268baed66552ab06a113ae6701d006f207d8 /src/gui.py | |
parent | fe4dd60b9544e751febd069343c91005e553a1f6 (diff) | |
download | poezio-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |