From a0a0a7e5c4e6fccc755fb5199f7f3b853e7b3746 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 21 Feb 2022 15:52:42 +0100 Subject: feat(ux): tmux mode (#1073) * work * basic tmux move and functionality * tmux mode ui * rustfmt --- zellij-utils/src/input/keybinds.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zellij-utils/src/input/keybinds.rs') diff --git a/zellij-utils/src/input/keybinds.rs b/zellij-utils/src/input/keybinds.rs index 5e8ba033e..4838fdf64 100644 --- a/zellij-utils/src/input/keybinds.rs +++ b/zellij-utils/src/input/keybinds.rs @@ -199,10 +199,6 @@ impl Keybinds { .0 .get(mode) .unwrap_or({ - log::warn!( - "The following mode has no action associated with it: {:?}", - mode - ); // create a dummy mode to recover from &ModeKeybinds::new() }) -- cgit v1.2.3