Skip to content

Commit c2fcfd8

Browse files
committed
Remove verbose per-paper logging in arxiv_fetch.py
1 parent a9d91de commit c2fcfd8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/1-fetch/arxiv_fetch.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -589,11 +589,6 @@ def query_arxiv(args):
589589
papers_found_in_batch += 1
590590
papers_found_for_query += 1
591591

592-
LOGGER.info(
593-
f"Found CC licensed paper: {license_info} - "
594-
f"{category} - {year}"
595-
)
596-
597592
# arXiv recommends a 3-seconds delay between consecutive
598593
# api calls for efficiency
599594
time.sleep(3)

0 commit comments

Comments
 (0)