mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Remember to remove debug logging.
This commit is contained in:
parent
37e909767a
commit
0beb39412d
@ -118,7 +118,6 @@ class LengthReader(object):
|
|||||||
if size == 0:
|
if size == 0:
|
||||||
return ""
|
return ""
|
||||||
size = min(self.length, size)
|
size = min(self.length, size)
|
||||||
print "READING: %s of %d" % (size, self.length)
|
|
||||||
|
|
||||||
buf = StringIO()
|
buf = StringIO()
|
||||||
data = self.unreader.read()
|
data = self.unreader.read()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user