From 30280b0803b29e02dc264509f65b631bf10645cf Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 23 Jan 2010 22:05:49 +0000 Subject: [PATCH] Remove debug print --- deluge/ui/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/client.py b/deluge/ui/client.py index f76e44156..2abcd0a1e 100644 --- a/deluge/ui/client.py +++ b/deluge/ui/client.py @@ -138,7 +138,7 @@ class DelugeRPCProtocol(Protocol): try: request = rencode.loads(dobj.decompress(data)) except Exception, e: - log.debug("Received possible invalid message (%r): %s", data, e) + #log.debug("Received possible invalid message (%r): %s", data, e) # This could be cut-off data, so we'll save this in the buffer # and try to prepend it on the next dataReceived() self.__buffer = data