Clean up prints
This commit is contained in:
parent
98651c4b86
commit
1935208de6
4 changed files with 3 additions and 6 deletions
|
|
@ -384,9 +384,8 @@ impl Element for TerminalEl {
|
|||
self.connection
|
||||
.upgrade(cx.app)
|
||||
.map(|connection| {
|
||||
connection.update(cx.app, |connection, _| {
|
||||
connection.try_keystroke(dbg!(keystroke))
|
||||
})
|
||||
connection
|
||||
.update(cx.app, |connection, _| connection.try_keystroke(keystroke))
|
||||
})
|
||||
.unwrap_or(false)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue