mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Autoscaler] Remove extra print statement (#11222)
This commit is contained in:
parent
2b26d2ca1b
commit
8ec044f1f5
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue