summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof <kkszysiu@gmail.com>2011-03-27 16:34:04 +0200
committerKrzysztof <kkszysiu@gmail.com>2011-03-27 16:34:04 +0200
commit4f356b327cb69c03e7543ee0001fb2d0380019f5 (patch)
treece7770458fbe7fd034abedec8eb65e4e2cf675ac
parent94dcfec8b0a638bbae7b818caf4f9d30e00b7243 (diff)
Revert "Some more"
-rwxr-xr-xsunshine/lqsoft/pygadu/twisted_protocol.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sunshine/lqsoft/pygadu/twisted_protocol.py b/sunshine/lqsoft/pygadu/twisted_protocol.py
index ac59fb2..1d1cbef 100755
--- a/sunshine/lqsoft/pygadu/twisted_protocol.py
+++ b/sunshine/lqsoft/pygadu/twisted_protocol.py
@@ -145,7 +145,6 @@ class GaduClient(Protocol):
print repr(msg)
print repr(msg.contacts)
for struct in msg.contacts:
- print struct
self.user_profile._updateContact(struct)
def _handleMessageInPacket(self, msg):