From 4a1e8469581bf16f3d4a4eca326a8ff8a02532c7 Mon Sep 17 00:00:00 2001 From: Job Evers Date: Tue, 26 Jul 2016 11:34:13 -0500 Subject: [PATCH] Remove print line This line is responsible for flooding the console with messages like <_io.BytesIO object at 0x7f9e286e52f0> --- lbrynet/lbrynet_daemon/LBRYDaemonServer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbrynet/lbrynet_daemon/LBRYDaemonServer.py b/lbrynet/lbrynet_daemon/LBRYDaemonServer.py index 6a1fc7c9b..1ddaf8d49 100644 --- a/lbrynet/lbrynet_daemon/LBRYDaemonServer.py +++ b/lbrynet/lbrynet_daemon/LBRYDaemonServer.py @@ -68,7 +68,6 @@ class LBRYDaemonRequest(server.Request): from twisted.web.http import parse_qs if self.do_log: print '%f Request Received' % time.time() - print self.content self.content.seek(0,0) self.args = {}