Removed print

This commit is contained in:
MikeTheWatchGuy 2018-08-20 15:51:29 -04:00
parent aa2d31f24b
commit 51ea64ce07
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ class FlexForm:
return BuildResults(self, False, self)
def KeyboardCallback(self, event ):
print(".",)
# print(".",)
self.LastButtonClicked = None
self.FormRemainedOpen = True
if event.char != '':