Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f08245

Browse files
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‎

Lines changed: 0 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /