Skip to content

Commit 46f325b

Browse files
committed
minor changes
1 parent 9cef951 commit 46f325b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

budget_graph/create_csv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def delete_unused_csv_files():
9797
csv_files_to_delete = tuple([
9898
file_name for file_name in listdir(csv_directory) if file_name not in actual_files
9999
])
100-
print(csv_files_to_delete)
101100
for csv_filename in csv_files_to_delete:
102101
path: str = f'csv_tables/{csv_filename}'
103102
try:

0 commit comments

Comments
 (0)