There was an error while loading. Please reload this page.
1 parent 35bc15d commit 5aab36dCopy full SHA for 5aab36d
1 file changed
src/jupyterhub_cost_monitoring/query_cost_aws.py
@@ -84,7 +84,6 @@ def query_hub_names(date_range: DateRange):
84
TagKey="2i2c:hub-name",
85
)
86
hub_names = [t or "support" for t in response["Tags"]]
87
- logger.info(f"{hub_names=}")
88
return hub_names
89
90
0 commit comments