Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Nov 7, 2023
1 parent 64be6b7 commit a55cfde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def __init__(self, config):
)
thread.start()
threads.append(thread)
print(len(threads))

if len(threads) >= 8:
for thread in threads:
Expand Down

0 comments on commit a55cfde

Please sign in to comment.