Skip to content

Commit

Permalink
Remove duplicate logging statement
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Jul 22, 2024
1 parent 1e852ec commit 9cb9748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/benchmarking_tool/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def trigger_benchmark(self) -> None:
workers: set[Any] = worker.get_workers(worker_group)
for worker_instance in workers:
queue_name = worker_instance.decode()
print(f"Queue: {queue_name}, Worker: {worker}, Filename: {filename}")
task = (
run_benchmark.s(
filename=filename, wave_id=wave_id, timestamp=trigger_time
Expand Down

0 comments on commit 9cb9748

Please sign in to comment.