Remove stray dbg! statements

This commit is contained in:
Antonio Scandurra 2023-04-21 10:49:47 +02:00
parent 1b2e480e1e
commit d32a7218cd
3 changed files with 0 additions and 4 deletions

View file

@ -117,7 +117,6 @@ pub fn init(cx: &mut AppContext) {
}
pub(crate) fn motion(motion: Motion, cx: &mut WindowContext) {
dbg!(&motion);
if let Some(Operator::Namespace(_))
| Some(Operator::FindForward { .. })
| Some(Operator::FindBackward { .. }) = Vim::read(cx).active_operator()