remove last print statement

This commit is contained in:
Falko Victor Habel 2024-03-10 17:20:24 +01:00
parent 7cf7a2d7b6
commit 1d93b751e3
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class CreateFolder(Ctk.CTkFrame):
return
try:
os.makedirs(full_path)
print(f"Folder created at: {full_path}")
self.data_saver.create(full_path)
except OSError:
self.error_txt = "There occured an error creating the Folder"