Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit eca8d16

Browse files
chore: remove print
1 parent 4bf0cc8 commit eca8d16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/mech_events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def _query_mech_events_subgraph(
203203
query = MECH_EVENTS_SUBGRAPH_QUERY_TEMPLATE.safe_substitute(subgraph_event_set_name=subgraph_event_set_name)
204204
id_gt = ""
205205
while True:
206-
print("iteration")
207206
variables = {
208207
"sender": sender,
209208
"id_gt": id_gt,

0 commit comments

Comments
 (0)