Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit fce414c

Browse files
committed
chore: Remove useless print
1 parent a6fa01b commit fce414c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mdverse_scrapers/scrapers/nomad.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ def main(output_dir_path: Path) -> None:
572572
output_dir_path=output_dir_path,
573573
)
574574
logger = create_logger(logpath=scraper.log_file_path, level="INFO")
575-
print(scraper.model_dump_json(indent=4))
576575
logger.info("Starting Nomad data scraping...")
577576
# Create HTTPX client
578577
client = create_httpx_client()

0 commit comments

Comments
 (0)