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
|
self.window = window
|
||||||
if back:
|
if back:
|
||||||
items = [["Back", "Back to previous menu"]] + self.item_names[:]
|
items = [["Back", "Back to previous menu"]] + self.item_names[:]
|
||||||
print(items)
|
|
||||||
self.back = back
|
self.back = back
|
||||||
else:
|
else:
|
||||||
items = self.item_names
|
items = self.item_names
|
||||||
|
|
Reference in a new issue