Skip to content

Commit

Permalink
clean debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Jan 4, 2025
1 parent 81393fb commit 371e885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion counterparty-core/counterpartycore/lib/api/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def select_rows(
query = f"{query} OFFSET ?"
bindings.append(offset)

print(query, bindings)
with start_sentry_span(op="db.sql.execute", description=query) as sql_span:
sql_span.set_tag("db.system", "sqlite3")
cursor.execute(query, bindings)
Expand Down

0 comments on commit 371e885

Please sign in to comment.