From: Johan Malm Date: Fri, 9 Jul 2021 20:49:44 +0000 (+0100) Subject: keyboard: remove printf() debug message X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=b19eecbbd42194069ad623329649d4bb9ea810a0;p=proto%2Flabwc.git keyboard: remove printf() debug message --- diff --git a/src/keyboard.c b/src/keyboard.c index 9d9bc826..747dd16b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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++) {