mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-14 20:38:00 +00:00
Remove debug print
This commit is contained in:
parent
fe6bcd62be
commit
30280b0803
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user