Removed breakpoints

This commit is contained in:
Raelon Masters
2020-04-06 17:15:55 -04:00
parent 53e9a1d222
commit 8431b6b2a5
2 changed files with 4 additions and 3 deletions

View File

@@ -206,7 +206,6 @@ def menu(which, _set=1):
x = x + 1
else:
x = 0
breakpoint()
# TODO trim #'s and symbols from front of collection name
if len(i.collection) > 16:
collection_string = i.collection[0:16] + " ..."