summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof <kkszysiu@gmail.com>2011-03-27 16:34:20 +0200
committerKrzysztof <kkszysiu@gmail.com>2011-03-27 16:34:20 +0200
commit4e17d3649ccfb2270d1d392e7b5c4f9481a85549 (patch)
tree3dd2776fe77cc6356a81ae1e171891a274c49dbe
parent4f356b327cb69c03e7543ee0001fb2d0380019f5 (diff)
Revert "Some more debug info."
-rwxr-xr-xsunshine/lqsoft/pygadu/twisted_protocol.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sunshine/lqsoft/pygadu/twisted_protocol.py b/sunshine/lqsoft/pygadu/twisted_protocol.py
index 1d1cbef..f3a4b04 100755
--- a/sunshine/lqsoft/pygadu/twisted_protocol.py
+++ b/sunshine/lqsoft/pygadu/twisted_protocol.py
@@ -142,8 +142,6 @@ class GaduClient(Protocol):
def _handleStatusNoticiesPacket(self, msg):
print 'Server sent - noticies packet'
self.user_profile.onStatusNoticiesRecv()
- print repr(msg)
- print repr(msg.contacts)
for struct in msg.contacts:
self.user_profile._updateContact(struct)