Clean up prints

This commit is contained in:
Mikayla Maki 2022-07-14 17:23:43 -07:00
parent 98651c4b86
commit 1935208de6
4 changed files with 3 additions and 6 deletions

View file

@ -219,7 +219,6 @@ impl Terminal {
///Synthesize the keyboard event corresponding to 'enter'
fn enter(&mut self, _: &Enter, cx: &mut ViewContext<Self>) {
dbg!("Here!");
self.connection.update(cx, |connection, _| {
connection.try_keystroke(&Keystroke::parse("enter").unwrap());
});