summaryrefslogtreecommitdiff
path: root/src/contact.py
diff options
context:
space:
mode:
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