input: back out accidental commit of debug code

This commit is contained in:
Daniel Eklöf 2019-08-19 21:18:43 +02:00
parent 4168f91d40
commit 71c6f11e86
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -158,7 +158,7 @@ keyboard_key(void *data, struct wl_keyboard *wl_keyboard, uint32_t serial,
key += 8;
xkb_keysym_t sym = xkb_state_key_get_one_sym(term->kbd.xkb_state, key);
#if 1
#if 0
char foo[100];
xkb_keysym_get_name(sym, foo, sizeof(foo));
LOG_INFO("%s", foo);