diff --git a/src/demo/App.js b/src/demo/App.js index 97bc1066..8ec97122 100644 --- a/src/demo/App.js +++ b/src/demo/App.js @@ -46,8 +46,6 @@ class App { document.querySelector('.input').addEventListener('change', (event) => { this.keyboard.setInput(event.target.value); }); - - console.log(this.keyboard); } /**