Remove a remaining rebug print() statement

This commit is contained in:
kaiyou
2017-12-04 21:55:40 +01:00
parent a4f46ced49
commit 42314d3d75

View File

@@ -115,7 +115,6 @@ class PrefixMiddleware(object):
self.app = app
def __call__(self, environ, start_response):
print(environ)
prefix = environ.get('HTTP_X_FORWARDED_PREFIX', '')
if prefix:
environ['SCRIPT_NAME'] = prefix