mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
keyboard: remove printf() debug message
This commit is contained in:
parent
c6ae0b5694
commit
b19eecbbd4
1 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||
if (event->state == WL_KEYBOARD_KEY_STATE_PRESSED) {
|
||||
for (int i = 0; i < nsyms; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue