Skip to content

Commit 2cd0654

Browse files
fix: Remove unneeded print
1 parent 3e375ed commit 2cd0654

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/thread/thread.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,6 @@ def start(self) -> None:
507507
i: v for i, v in self.overflow_kwargs.items() if i != 'name' and i != 'args'
508508
}
509509

510-
print(parsed_args, self.overflow_args)
511-
512510
for i, data_chunk in enumerate(chunk_split(self.dataset, max_threads)):
513511
chunk_thread = Thread(
514512
target=self.function,

0 commit comments

Comments
 (0)