diff --git a/js/term/buttons.js b/js/term/buttons.js index 111e890..32813dd 100644 --- a/js/term/buttons.js +++ b/js/term/buttons.js @@ -18,7 +18,6 @@ module.exports = function initButtons (input) { container.appendChild(button) button.addEventListener('click', e => { - console.log('button click', e) // might as well use the attribute ¯\_(ツ)_/¯ let index = +button.getAttribute('data-n') input.sendButton(index)