diff --git a/bin/nexrad-archive-report-ingest b/bin/nexrad-archive-report-ingest index 32d7dd4..e0f09df 100755 --- a/bin/nexrad-archive-report-ingest +++ b/bin/nexrad-archive-report-ingest @@ -23,8 +23,6 @@ if not args.dry_run: for path in getattr(args, 'csv-report-details'): for report in StormReport.each_from_csv_file(path): - print(f"Report ID {report.id}") - if not args.dry_run: db.add(report)