input: disable debug loggin

This commit is contained in:
Daniel Eklöf 2020-08-04 18:07:41 +02:00
parent 4919ccbc70
commit 32a155fbf4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -714,7 +714,7 @@ keyboard_key(void *data, struct wl_keyboard *wl_keyboard, uint32_t serial,
term_xcursor_update_for_seat(term, seat);
}
#if 1
#if 0
char foo[100];
xkb_keysym_get_name(sym, foo, sizeof(foo));
LOG_INFO("%s", foo);