Skip to content

Commit 73713d8

Browse files
mpos_sdl_keyboard.py: disable debug
1 parent af254ab commit 73713d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/lib/mpos/indev/mpos_sdl_keyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def _keypad_cb(self, *args):
220220
return
221221
else:
222222
_, state, key, mod = args
223-
print(f"sdl_keyboard.py _keypad_cb got {_}, {state} {key} {mod}")
223+
#print(f"mpos_sdl_keyboard.py _keypad_cb got {_}, {state} {key} {mod}")
224224

225225
# Skip modifier keys and SDL-specific large keycodes (>= 2^30), except keypad, nav, and func keys
226226
if (key in {KEY_LSHIFT, KEY_RSHIFT, KEY_LCTRL, KEY_RCTRL, KEY_LALT, KEY_RALT,

0 commit comments

Comments
 (0)