From e8b3a5898cb76c62f596f2477cb1d012693097b0 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 10 Sep 2005 09:31:29 +0000 Subject: [PATCH] remove unneeded print --- src/common/connection.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index 7e792974e..14bee2933 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1239,14 +1239,10 @@ class Connection: def _IqCB(self, con, iq_obj): id = iq_obj.getID() - print 'a' if id not in self.awaiting_answers: return - print self.awaiting_answers[id] - print VCARD_PUBLISHED if self.awaiting_answers[id] == VCARD_PUBLISHED: typ = iq_obj.getType() - print typ if iq_obj.getType() == 'result': self.dispatch('VCARD_PUBLISHED', ()) elif iq_obj.getType() == 'error':