Skip to content

Commit 1f08245

Browse files
committed
Remove print statement.
1 parent 67f31e9 commit 1f08245

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flask_sqlalchemy_tutorial/__init__.py

-1
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)