diff --git a/morss/morss.py b/morss/morss.py index 1e1117b..46c4217 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -625,7 +625,6 @@ def cgi_file_handler(environ, start_response, app): for path in paths: try: - print(path) body = open(path, 'rb').read() headers['status'] = '200 OK'