Remove stray dbg!
statements
This commit is contained in:
parent
1b2e480e1e
commit
d32a7218cd
3 changed files with 0 additions and 4 deletions
|
@ -153,7 +153,6 @@ impl<'a> NeovimBackedTestContext<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
dbg!(initial_state);
|
||||
let _state_context = self.set_shared_state(initial_state).await;
|
||||
let _keystroke_context = self.simulate_shared_keystrokes(keystrokes).await;
|
||||
self.assert_state_matches().await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue