diff --git a/crates/gpui2/src/key_dispatch.rs b/crates/gpui2/src/key_dispatch.rs index cc6376e68d4c47e4476dd9ef2ae08a300f43727c..a9d717ea1acb6866ab75165bcc4c6daedd268899 100644 --- a/crates/gpui2/src/key_dispatch.rs +++ b/crates/gpui2/src/key_dispatch.rs @@ -104,8 +104,6 @@ impl DispatchTree { .keystroke_matchers .remove_entry(self.context_stack.as_slice()) { - dbg!("preserve matcher", matcher.has_pending_keystrokes()); - self.keystroke_matchers.insert(context_stack, matcher); } }