remove unneded debug print

This commit is contained in:
AUTOMATIC 2022-09-29 08:03:23 +03:00
parent 041d2aefc0
commit 29ce8a687d
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ except Exception:
def checkpoint_tiles():
print(sorted([x.title for x in checkpoints_list.values()]))
return sorted([x.title for x in checkpoints_list.values()])