]> git.mdlowis.com Git - proto/labwc.git/commitdiff
keyboard: remove printf() debug message
authorJohan Malm <jgm323@gmail.com>
Fri, 9 Jul 2021 20:49:44 +0000 (21:49 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 9 Jul 2021 20:49:44 +0000 (21:49 +0100)
src/keyboard.c

index 9d9bc8269851b8b34db3ae2167d28777ed3a88db..747dd16b58db06d388565aab38f323ec8f30d41f 100644 (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 */
        if (event->state == WL_KEYBOARD_KEY_STATE_PRESSED) {
                for (int i = 0; i < nsyms; i++) {