Skip to content

Commit

Permalink
fix: remove stray debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 16, 2023
1 parent ee62c20 commit 0ecc853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakesnow/fakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def execute(
try:
self._last_sql = sql
self._last_params = params
print(f"{sql};")
# print(f"{sql};")
self._duck_conn.execute(sql, params)
except duckdb.BinderException as e:
msg = e.args[0]
Expand Down

0 comments on commit 0ecc853

Please sign in to comment.