morss: remove debug code in http file handler
parent
b0ad7c259d
commit
0b31e97492
|
@ -625,7 +625,6 @@ def cgi_file_handler(environ, start_response, app):
|
||||||
|
|
||||||
for path in paths:
|
for path in paths:
|
||||||
try:
|
try:
|
||||||
print(path)
|
|
||||||
body = open(path, 'rb').read()
|
body = open(path, 'rb').read()
|
||||||
|
|
||||||
headers['status'] = '200 OK'
|
headers['status'] = '200 OK'
|
||||||
|
|
Loading…
Reference in New Issue