Skip to content
Snippets Groups Projects
Commit 2d6805a9 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug information.

parent cd790615
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,4 @@ def create_app(config_name): ...@@ -33,6 +33,4 @@ def create_app(config_name):
from .main import main as main_blueprint from .main import main as main_blueprint
app.register_blueprint(main_blueprint) app.register_blueprint(main_blueprint)
print(app.url_map)
return app return app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment