remove debug print line

This commit is contained in:
Jack 2016-07-27 15:03:03 -04:00
parent e4ebbd8f69
commit f6d91280d7

View file

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