Removed SQLALCHEMY_ECHO from the test site.

This commit is contained in:
依瑪貓 2023-02-01 23:28:11 +08:00
parent c68786f78a
commit fce9d04896

View File

@ -55,7 +55,6 @@ def create_app(is_testing: bool = False) -> Flask:
}) })
if is_testing: if is_testing:
app.config["TESTING"] = True app.config["TESTING"] = True
app.config["SQLALCHEMY_ECHO"] = True
babel_js.init_app(app) babel_js.init_app(app)
csrf.init_app(app) csrf.init_app(app)