keyboard: Remove debug printout

vencrypt
Andri Yngvason 2020-01-03 20:42:40 +00:00
parent 990e57fa89
commit 476854aeaf
1 changed files with 1 additions and 1 deletions

View File

@ -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,