Remove stray dbg
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user