morss: remove debug code in http file handler
This commit is contained in:
parent
b0ad7c259d
commit
0b31e97492
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user