mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 19:33:06 +08:00
[Autoscaler] Remove extra print statement (#11222)
This commit is contained in:
@@ -148,7 +148,6 @@ class ResourceDemandScheduler:
|
||||
def debug_string(self, nodes: List[NodeID],
|
||||
pending_nodes: Dict[NodeID, int],
|
||||
usage_by_ip: Dict[str, ResourceDict]) -> str:
|
||||
print(f"{usage_by_ip}")
|
||||
node_resources, node_type_counts = self.calculate_node_resources(
|
||||
nodes, pending_nodes, usage_by_ip)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user