From 3dd2a0df4c49df1e1e0f8b4a1774ee8382a05e43 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Thu, 16 Feb 2023 15:29:04 -0800 Subject: [PATCH] Remove stray print --- src/maggma/cli/distributed.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/maggma/cli/distributed.py b/src/maggma/cli/distributed.py index 8cb7e0634..10dbaf458 100644 --- a/src/maggma/cli/distributed.py +++ b/src/maggma/cli/distributed.py @@ -134,8 +134,6 @@ def manager(url: str, port: int, builders: List[Builder], num_chunks: int, num_w workers[identity]["last_ping"] = perf_counter() workers[identity]["heartbeats"] += 1 - print(workers) - # Decide if any workers are dead and need to be removed handle_dead_workers(workers, socket)