Remove duplicate keyboard release (#235)

This commit is contained in:
Ethan Koenig 2018-01-28 08:38:05 -07:00 committed by Gobinath
parent 785c1ebe10
commit 5d454c9020
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ class BreakScreen(object):
Window close event handler.
"""
logging.info("Closing the break screen")
self.__release_keyboard()
self.close()
def on_skip_clicked(self, button):