Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
giuppep committed Apr 3, 2024
1 parent ab21ea1 commit bd4623c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flask_session/postgresql/postgresql.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,4 @@ def _upsert_session(

def _drop_table(self):
with self._get_cursor() as cur:
print(self._queries.drop_sessions_table)
cur.execute(self._queries.drop_sessions_table)

0 comments on commit bd4623c

Please sign in to comment.