From 27078f41ce505de17244bbf27f4f7624cfa33edd Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Sun, 27 Mar 2011 20:03:42 +0300 Subject: style: removed excessive debug messages --- papyon/msnp/notification.py | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3