Remove stray/debug remnant print() (#38)
This commit is contained in:
@@ -79,7 +79,6 @@ class Request(BaseRequest):
|
|||||||
|
|
||||||
# body
|
# body
|
||||||
body = b''
|
body = b''
|
||||||
print(Request.max_body_length)
|
|
||||||
if content_length and content_length <= Request.max_body_length:
|
if content_length and content_length <= Request.max_body_length:
|
||||||
body = await client_stream.readexactly(content_length)
|
body = await client_stream.readexactly(content_length)
|
||||||
stream = None
|
stream = None
|
||||||
|
|||||||
Reference in New Issue
Block a user