From 23f342175103b7235e33bc693fcccd186e9f546e Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Wed, 17 Jul 2024 15:55:02 +0200 Subject: [PATCH] chore: remove debug print --- tools/python/query_upkeeps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/python/query_upkeeps.py b/tools/python/query_upkeeps.py index 8f8b26843..18580d83a 100644 --- a/tools/python/query_upkeeps.py +++ b/tools/python/query_upkeeps.py @@ -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)