summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/keybinds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/input/keybinds.rs')
-rw-r--r--zellij-utils/src/input/keybinds.rs4
1 files changed, 0 insertions, 4 deletions
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()
})