From f8cc9f30d32ed1dbf1c028f7f3a8394e711b1b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 4 Oct 2017 21:41:07 +0200 Subject: [PATCH] oops forgot a console log --- js/term/buttons.js | 1 - 1 file changed, 1 deletion(-) 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)