diff --git a/main.py b/main.py index 47c23c4..f55732d 100644 --- a/main.py +++ b/main.py @@ -82,8 +82,7 @@ class JsonToCsv: if len(not_found) > 0: if args.verbose >= 1: - print( - f"added new cols {', '.join(not_found)} to {tbl}, already present {tbl_cols}, want {col_names}") + print(f"added new cols {', '.join(not_found)} to {tbl}") new_cols = list(tbl_cols) for new_col in not_found: