Skip to content

Commit

Permalink
remove debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 authored Feb 26, 2024
1 parent 085013a commit a3fba5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/keyboardListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const listenerHandler = new EventRegistry<''>()
const EMPTY_SET = new Set<never>()

const cancel: <E extends Event>(e: E) => void = e => {
console.log('cancel')
for (const key of keysPressed) {
listenerHandler.notify('', key, 'cancel', EMPTY_SET, e)
}
Expand Down

0 comments on commit a3fba5c

Please sign in to comment.