mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-22 18:02:52 +08:00
Removing uneeded logging
This commit is contained in:
parent
f284eed9ef
commit
fe0036f88e
@ -55,10 +55,6 @@ class PhysicalKeyboard {
|
|||||||
* @param {object} event The KeyboardEvent
|
* @param {object} event The KeyboardEvent
|
||||||
*/
|
*/
|
||||||
getSimpleKeyboardLayoutKey = (event) => {
|
getSimpleKeyboardLayoutKey = (event) => {
|
||||||
if(this.simpleKeyboardInstance.options.debug){
|
|
||||||
console.log(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
let output;
|
let output;
|
||||||
|
|
||||||
if(
|
if(
|
||||||
|
Loading…
Reference in New Issue
Block a user