Removed debug print.

This commit is contained in:
The Wobbler 2025-01-10 18:38:36 +01:00
parent c620c1b19b
commit 5f6f89d17d

View file

@ -60,9 +60,6 @@ def tree_view(
tree += f"{file_indentation}├─ {file}\n" tree += f"{file_indentation}├─ {file}\n"
#print(folder_name + relative_path, dirs, files)
return tree return tree