Clean up prints
This commit is contained in:
parent
98651c4b86
commit
1935208de6
4 changed files with 3 additions and 6 deletions
|
@ -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());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue