From 32a155fbf4380f7f6419d0040acb3b43b2449d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 4 Aug 2020 18:07:41 +0200 Subject: [PATCH] input: disable debug loggin --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index 26a8db06..645fa4b3 100644 --- a/input.c +++ b/input.c @@ -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);