[Autoscaler] Remove extra print statement (#11222)

This commit is contained in:
Alex Wu 2020-10-05 22:02:23 -07:00 committed by GitHub
parent 2b26d2ca1b
commit 8ec044f1f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)