mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
remote stray debug
This commit is contained in:
parent
5c172e4ed2
commit
bf199caa3f
@ -461,8 +461,7 @@ impl KeyCode {
|
||||
) -> Result<String> {
|
||||
match &modes.encoding {
|
||||
KeyboardEncoding::Kitty(flags) if *flags != KittyKeyboardFlags::NONE => {
|
||||
log::info!("{:?}", flags);
|
||||
return dbg!(self.encode_kitty(mods, is_down, *flags));
|
||||
return self.encode_kitty(mods, is_down, *flags);
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user