Skip to content

Commit 538df9e

Browse files
committed
Dropping erroneous print in scrape command
1 parent e43fafc commit 538df9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

minet/cli/scrape/scrape.py

-2
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ def payloads() -> Iterator[ScrapeWorkerPayload]:
359359
assert result.items is not None
360360
items = result.items
361361

362-
print(items)
363-
364362
with writer_lock:
365363
for item in items:
366364
writerow(original_item.row, item)

0 commit comments

Comments
 (0)