diff --git a/src/keyboardListener.ts b/src/keyboardListener.ts index 7898dba1..9ea6bdac 100644 --- a/src/keyboardListener.ts +++ b/src/keyboardListener.ts @@ -8,7 +8,6 @@ const listenerHandler = new EventRegistry<''>() const EMPTY_SET = new Set() const cancel: (e: E) => void = e => { - console.log('cancel') for (const key of keysPressed) { listenerHandler.notify('', key, 'cancel', EMPTY_SET, e) }