From fce1bfa380f376e4deef9a480d83ef0cf2448342 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Sun, 13 Feb 2022 22:52:54 +0100 Subject: [PATCH] Remove erroneous print --- gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui.py b/gui.py index 0bfac2d..c436ec2 100644 --- a/gui.py +++ b/gui.py @@ -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