chore: remove debug print

pull/3/head
sean1832 1 year ago
parent 2286c32cba
commit 0b2d91f876

@ -122,7 +122,6 @@ def main():
# sort files base on creation time
all_files.sort(key=lambda x: os.path.getmtime(f'{prompt_dir}{x}'), reverse=True)
print(all_files)
# index of last selected file
try:
last_sel_file_index = all_files.index(last_sel_file)

Loading…
Cancel
Save