Skip to content

Commit

Permalink
Dropping erroneous print in scrape command
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 19, 2023
1 parent e43fafc commit 538df9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions minet/cli/scrape/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ def payloads() -> Iterator[ScrapeWorkerPayload]:
assert result.items is not None
items = result.items

print(items)

with writer_lock:
for item in items:
writerow(original_item.row, item)
Expand Down

0 comments on commit 538df9e

Please sign in to comment.