Remove unwanted verbose output

This commit is contained in:
XANTRONIX Industrial 2025-02-15 15:06:27 -05:00
parent 14ef79f2c0
commit 23bf0f3f8b

View file

@ -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)