diff --git a/pylons_app/config/middleware.py b/pylons_app/config/middleware.py --- a/pylons_app/config/middleware.py +++ b/pylons_app/config/middleware.py @@ -41,7 +41,6 @@ def make_app(global_conf, full_stack=Tru app = SessionMiddleware(app, config) # CUSTOM MIDDLEWARE HERE (filtered by error handling middlewares) - #set the https based on HTTP_X_URL_SCHEME app = SimpleHg(app, config)