diff --git a/gluon/http.py b/gluon/http.py index c56e2dc3..539a00fd 100644 --- a/gluon/http.py +++ b/gluon/http.py @@ -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)):