remove print that was left from debugging

This commit is contained in:
Leonel Câmara
2017-07-16 14:27:11 +01:00
parent d144ff7d65
commit 05d2ced779
-1
View File
@@ -119,7 +119,6 @@ class HTTP(Exception):
elif v is not None:
rheaders.append((k, str(v)))
responder(status, rheaders)
print(type(body))
if env.get('request_method', '') == 'HEAD':
return ['']
elif isinstance(body, (str, bytes, bytearray)):