mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Remove debug print
This commit is contained in:
parent
b3975bd4c2
commit
124ec3e9c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue