keyboard: Remove debug printout
parent
990e57fa89
commit
476854aeaf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue