From 38b57e8f8bee896a24dfa754fa992ad92f9330bb Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 2 Dec 2022 20:10:47 -0500 Subject: manage/peer: ENROLL PEERS HELL YEAH --- app/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/__init__.py') diff --git a/app/__init__.py b/app/__init__.py index 37c992e..f213cc6 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -38,6 +38,4 @@ def create_app(): app.register_blueprint(meta.bp) app.register_blueprint(manage.bp) - print(app.url_map) - return app -- cgit v1.2.3