fix: remove print

This commit is contained in:
Asura 2022-06-23 19:27:10 +08:00 committed by GitHub
parent 1833b8c2dc
commit 8aeacf77b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ class MyController(Controller):
keysym = self._keysym(key)
# Get keycode according to system language
keycode = self._display.keysym_to_keycode(keysym)
print(keycode)
fake_input(self._display, event, keycode)
self._display.sync()