Skip to content

Commit 3b2c52b

Browse files
author
jerry wang
committed
remove redundant print
1 parent aeb9261 commit 3b2c52b

File tree

1 file changed

+0
-1
lines changed
  • OTHERS/MultiprocessingLogger

1 file changed

+0
-1
lines changed

OTHERS/MultiprocessingLogger/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def process_target(queue: multiprocessing.Queue, input: str):
2020

2121

2222
def main(is_pool: bool):
23-
print(is_pool)
2423
logger_helper = MultiProcesses_Logging_Helper()
2524

2625
if is_pool:

0 commit comments

Comments
 (0)