diff --git a/run.py b/run.py index c700227..b750f14 100644 --- a/run.py +++ b/run.py @@ -337,7 +337,6 @@ def __init__(self, config): ) thread.start() threads.append(thread) - print(len(threads)) if len(threads) >= 8: for thread in threads: