Remove a remaining rebug print() statement
(cherry picked from commit 42314d3d75)
This commit is contained in:
@@ -112,7 +112,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
|
||||
|
||||
Reference in New Issue
Block a user