Remove stray dbg!
statements
This commit is contained in:
parent
1b2e480e1e
commit
d32a7218cd
3 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue