Skip to content

Commit e5c1108

Browse files
authored
remove print
1 parent c70679d commit e5c1108

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

file.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ def load_files_grid_tree(self, folder):
300300
"""
301301
Load the files in the grid view within the selected folder.
302302
"""
303-
print("bite")
304303

305304
if self.init_grid == False:
306305
self.root = tk.Frame(self.main_root, width=1000, height=600)
@@ -487,4 +486,4 @@ def clean(self):
487486
self.init_grid = False
488487
self.files = []
489488
self.root.destroy()
490-
self.main_root.destroy()
489+
self.main_root.destroy()

0 commit comments

Comments
 (0)