From 725a2245f3539d3f0506c40aea8b83c5cb6c72ac Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 27 Apr 2012 21:09:26 +0200 Subject: Remove some debug info --- src/contact.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/contact.py') diff --git a/src/contact.py b/src/contact.py index 11b83241..69dfb984 100644 --- a/src/contact.py +++ b/src/contact.py @@ -77,7 +77,6 @@ class Contact(object): @property def pending_in(self): - log.debug('IN %s %s' % (self.bare_jid, self.__item['pending_in'])) return self.__item['pending_in'] @pending_in.setter @@ -86,7 +85,6 @@ class Contact(object): @property def pending_out(self): - log.debug('OUT %s %s' % (self.bare_jid, self.__item['pending_out'])) return self.__item['pending_out'] @pending_out.setter -- cgit v1.2.3