Remove print line

This line is responsible for flooding the console with messages like
<_io.BytesIO object at 0x7f9e286e52f0>
This commit is contained in:
Job Evers 2016-07-26 11:34:13 -05:00
parent e56ad19e81
commit 4a1e846958

View file

@ -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 = {}