Removed debug print
This commit is contained in:
parent
851bd0ed9c
commit
9cf7811778
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class Items:
|
|||
self.window = window
|
||||
if back:
|
||||
items = [["Back", "Back to previous menu"]] + self.item_names[:]
|
||||
print(items)
|
||||
self.back = back
|
||||
else:
|
||||
items = self.item_names
|
||||
|
|
Reference in a new issue