summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-04-27 21:09:26 +0200
committermathieui <mathieui@mathieui.net>2012-04-27 21:09:26 +0200
commit725a2245f3539d3f0506c40aea8b83c5cb6c72ac (patch)
tree911a69dff0f1709dab313beedb4a801637c662c8 /src/contact.py
parent8c5faa91f293826c1a429c9e3e2cfd6ca01c8a03 (diff)
downloadpoezio-725a2245f3539d3f0506c40aea8b83c5cb6c72ac.tar.gz
poezio-725a2245f3539d3f0506c40aea8b83c5cb6c72ac.tar.bz2
poezio-725a2245f3539d3f0506c40aea8b83c5cb6c72ac.tar.xz
poezio-725a2245f3539d3f0506c40aea8b83c5cb6c72ac.zip
Remove some debug info
Diffstat (limited to 'src/contact.py')
-rw-r--r--src/contact.py2
1 files changed, 0 insertions, 2 deletions
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