From 476854aeafcbc009a0f597e206eccd5d4fc0128b Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Fri, 3 Jan 2020 20:42:40 +0000 Subject: [PATCH] keyboard: Remove debug printout --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index f1a7b20..d6a1c8f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -150,7 +150,7 @@ int keyboard_init(struct keyboard* self, const char* layout) if (create_lookup_table(self) < 0) goto table_failure; - keyboard_dump_lookup_table(self); +// keyboard_dump_lookup_table(self); char* keymap_string = xkb_keymap_get_as_string(self->keymap,