disable debug logging

This commit is contained in:
Jack 2016-07-20 22:40:55 -04:00
parent 276a7f9d2a
commit e67f55bd74

View file

@ -54,7 +54,7 @@ class LBRYDaemonRequest(server.Request):
memorylimit = 1024*1024*100
# enable/disable debug logging
do_log = True
do_log = False
# re-defined only for debug/logging purposes
def gotLength(self, length):