morss: remove debug code in http file handler

master
pictuga 2020-04-14 23:20:03 +02:00
parent b0ad7c259d
commit 0b31e97492
1 changed files with 0 additions and 1 deletions

View File

@ -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'