Commit 7947a0c1 authored by Jim Fulton's avatar Jim Fulton

removed commented debugging support.

parent 0daf53a3
......@@ -127,7 +127,6 @@ class Protocol(asyncio.Protocol):
self.getting_size = True
self.message_received(collected)
except Exception:
#import traceback; traceback.print_exc()
logger.exception("data_received %s %s %s",
self.want, self.got, self.getting_size)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment