1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

window: remove stray debug logging

This commit is contained in:
Wez Furlong 2022-01-02 00:50:19 -07:00
parent 30a390053a
commit e8967d9c17

View File

@ -89,9 +89,6 @@ impl Keyboard {
xkb::KEYMAP_COMPILE_NO_FLAGS,
);
let code = keymap.key_by_name("TLDE");
log::info!("TLDE -> {:?}", code);
let state = xkb::x11::state_new_from_device(&keymap, connection, device_id);
let locale = query_lc_ctype()?;