Skip to content

Commit

Permalink
Remove stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Feb 16, 2023
1 parent 64f5529 commit 3dd2a0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/maggma/cli/distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3dd2a0d

Please sign in to comment.