Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-12-07 00:26:35 +0300
committerjs <js-gajim@webkeks.org>2008-12-07 00:26:35 +0300
commitad727e47abe2c406e0cefce859571dae88281cd2 (patch)
treea324d9c9bec99c30025973be522fedafb2621a7b
parentce32cb5d1cd948556a847a0553421d4aad066c34 (diff)
Remove debug output.
-rw-r--r--src/common/caps.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/caps.py b/src/common/caps.py
index 5d9a40df9..bb617b61b 100644
--- a/src/common/caps.py
+++ b/src/common/caps.py
@@ -274,13 +274,11 @@ class ConnectionCaps(object):
def _capsDiscoCB(self, jid, node, identities, features, dataforms):
contact = gajim.contacts.get_contact_from_full_jid(self.name, jid)
- print contact
if not contact:
room_jid, nick = gajim.get_room_and_nick_from_fjid(jid)
contact = gajim.contacts.get_gc_contact(self.name, room_jid, nick)
if contact is None:
return
- print contact, contact.caps_node, contact.caps_hash_method
if not contact.caps_node:
return # we didn't asked for that?
if contact.caps_hash_method != 'old':