Remove stray dbg

This commit is contained in:
Antonio Scandurra
2023-12-21 09:44:54 +01:00
parent 73682daf38
commit c7933a6ad8
-2
View File
@@ -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);
}
}