Remove unwanted verbose output
This commit is contained in:
parent
14ef79f2c0
commit
23bf0f3f8b
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue