Skip to content

Commit 75e6b6b

Browse files
remove debug prints
1 parent 669d634 commit 75e6b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charasort/charasort.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ def main():
361361
tkinter.Tk().withdraw()
362362
datapath = filedialog.askdirectory()
363363
datapath_prime = r'{}'.format(datapath)
364-
print(datapath_prime)
365-
print(type(datapath_prime))
364+
#print(datapath_prime)
365+
#print(type(datapath_prime))
366366
#datapath_obj = pathlib.Path(datapath_prime)
367367
global game_window
368368
game_window = window.window(xres, yres)

0 commit comments

Comments
 (0)