Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jul 17, 2024
1 parent 80f62cb commit 23f3421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/python/query_upkeeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def get_upkeeps(chain="ethereum"):
QueryParameter.enum_type(name="chain", value=chain),
],
)
print(f"Querying upkeeps for {chain}")
return dune.run_query_dataframe(query)


Expand Down

0 comments on commit 23f3421

Please sign in to comment.