Merge pull request 'remove last print statement' (#11) from First_Starting_Bug into main

Reviewed-on: http://192.168.178.135:3000/Fabelous/MPENN/pulls/11
This commit is contained in:
Falko Victor Habel 2024-03-11 08:54:18 +00:00
commit 8f5c5ccab7
1 changed files with 0 additions and 1 deletions

View File

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