Remove erroneous print

This commit is contained in:
DevilXD
2022-02-13 22:52:54 +01:00
parent f6453dafaf
commit fce1bfa380

1
gui.py
View File

@@ -289,7 +289,6 @@ class GameSelector:
def _on_select(self, event):
current = self._list.curselection()
print(current)
if not current:
# can happen when the user clicks on an empty list
new_selection = None