We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb91f1 commit ef4c782Copy full SHA for ef4c782
1 file changed
src/cs50/sql.py
@@ -276,7 +276,6 @@ def execute(self, sql, *args, **kwargs):
276
# Disconnect later
277
@flask.current_app.teardown_appcontext
278
def shutdown_session(exception=None):
279
- print("DELETING")
280
flask.g._connection.close()
281
282
# Use this connection
0 commit comments