keyboard: remove printf() debug message

This commit is contained in:
Johan Malm 2021-07-09 21:49:44 +01:00
parent c6ae0b5694
commit b19eecbbd4

View file

@ -77,10 +77,6 @@ keyboard_key_notify(struct wl_listener *listener, void *data)
} }
} }
for (int i = 0; i < nsyms; i++) {
printf("m=%d; s=%d\n", modifiers, syms[i]);
}
/* Handle compositor key bindings */ /* Handle compositor key bindings */
if (event->state == WL_KEYBOARD_KEY_STATE_PRESSED) { if (event->state == WL_KEYBOARD_KEY_STATE_PRESSED) {
for (int i = 0; i < nsyms; i++) { for (int i = 0; i < nsyms; i++) {