diff options
author | Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk> | 2011-03-27 20:03:42 +0300 |
---|---|---|
committer | Louis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk> | 2011-03-27 20:03:42 +0300 |
commit | 27078f41ce505de17244bbf27f4f7624cfa33edd (patch) | |
tree | 4888362f27c6dc2efd257b9fdbdc3fc58c201552 | |
parent | 1627460c2c148800fdeb6f1cc454800655e869d1 (diff) |
style: removed excessive debug messages
-rw-r--r-- | papyon/msnp/notification.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/papyon/msnp/notification.py b/papyon/msnp/notification.py index 57c2c17..5aee9f3 100644 --- a/papyon/msnp/notification.py +++ b/papyon/msnp/notification.py @@ -499,7 +499,6 @@ class NotificationProtocol(BaseProtocol, Timer): def _handle_UBX(self, command): # contact infos if not command.payload: return - print command.payload idx, network_id, account = self.__parse_network_and_account(command) try: |