File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def create_app():
99
"""Construct the core application."""
1010
app = Flask(__name__, instance_relative_config=False)
1111
app.config.from_object("config.Config")
12-
print(app.config)
1312

1413
# Initialize Database Plugin
1514
db.init_app(app)

0 commit comments

Comments
 (0)