Remove debug print

This commit is contained in:
Andrew Resch 2010-01-23 22:05:49 +00:00
parent fe6bcd62be
commit 30280b0803

View File

@ -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