Removed a commment

This commit is contained in:
MikeTheWatchGuy 2018-08-20 18:44:33 -04:00
parent 9b190f5cee
commit 88bdf72d8a
1 changed files with 0 additions and 1 deletions

View File

@ -1030,7 +1030,6 @@ class FlexForm:
self.LastKeyboardEvent = event.char
else:
self.LastKeyboardEvent = str(event.keysym) + ':' + str(event.keycode)
# self.LastKeyboardEvent = event
if not self.NonBlocking:
results = BuildResults(self, False, self)
self.TKroot.quit()