Skip to content

Commit ef4c782

Browse files
committed
removed diagnostics
1 parent 5fb91f1 commit ef4c782

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cs50/sql.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def execute(self, sql, *args, **kwargs):
276276
# Disconnect later
277277
@flask.current_app.teardown_appcontext
278278
def shutdown_session(exception=None):
279-
print("DELETING")
280279
flask.g._connection.close()
281280

282281
# Use this connection

0 commit comments

Comments
 (0)