Skip to content

Commit 5aab36d

Browse files
committed
fix: clean up log
1 parent 35bc15d commit 5aab36d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/jupyterhub_cost_monitoring/query_cost_aws.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def query_hub_names(date_range: DateRange):
8484
TagKey="2i2c:hub-name",
8585
)
8686
hub_names = [t or "support" for t in response["Tags"]]
87-
logger.info(f"{hub_names=}")
8887
return hub_names
8988

9089

0 commit comments

Comments
 (0)