style: remove debug print statements
This commit is contained in:
parent
98586f4fd2
commit
90fa8cd7b8
1 changed files with 0 additions and 4 deletions
|
|
@ -202,8 +202,6 @@ def get_flask_app(config: Config) -> FlaskApp:
|
||||||
"""get a flask app object
|
"""get a flask app object
|
||||||
"""
|
"""
|
||||||
|
|
||||||
print(config.server.swagger_ui)
|
|
||||||
|
|
||||||
options = {"swagger_ui": config.server.swagger_ui}
|
options = {"swagger_ui": config.server.swagger_ui}
|
||||||
|
|
||||||
#context manager returns a pathlib.Path object
|
#context manager returns a pathlib.Path object
|
||||||
|
|
@ -251,8 +249,6 @@ def get_flask_app(config: Config) -> FlaskApp:
|
||||||
|
|
||||||
if https_url != request.url:
|
if https_url != request.url:
|
||||||
|
|
||||||
print('Hallo')
|
|
||||||
|
|
||||||
request._view['before_request__ssl_url'] = https_url
|
request._view['before_request__ssl_url'] = https_url
|
||||||
|
|
||||||
return application
|
return application
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue