Skip to content

Commit

Permalink
fix: removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
riyasng12 committed Nov 30, 2023
1 parent a1ace24 commit 16847ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package_io/promethues.star
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def new_config_template_data(plan, args, service_details):
scrape_interval = "5s",
),
)
plan.print(node["prometheus"])


for parachain in args["para"]:
for node in parachain["nodes"]:
if node["prometheus"] == True:
Expand Down

0 comments on commit 16847ed

Please sign in to comment.