Skip to content

Commit

Permalink
removed logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jul 30, 2024
1 parent 7fa506f commit 2429918
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ async def get_cluster_summary(self) -> Dict[str, Any]:
cluster_cpu_result = await self.query_and_validate(cpu_query)
kube_system_mem_result = await self.query_and_validate(kube_system_requests_mem)
kube_system_cpu_result = await self.query_and_validate(kube_system_requests_cpu)
logger.warning(f"{cluster_memory_result} {cluster_cpu_result} {kube_system_mem_result} {kube_system_cpu_result}")
return {
"cluster_memory": float(cluster_memory_result),
"cluster_cpu": float(cluster_cpu_result),
Expand Down

0 comments on commit 2429918

Please sign in to comment.