From bea491e1c08fe1e450b1a7892aaa263d538c804b Mon Sep 17 00:00:00 2001 From: joeyak Date: Sun, 31 Mar 2019 15:23:37 -0400 Subject: [PATCH] Remove debug log --- static/js/both.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/both.js b/static/js/both.js index cf86cf2..f6a5584 100644 --- a/static/js/both.js +++ b/static/js/both.js @@ -22,7 +22,6 @@ function checkKonami(e) { if (lastKeys.length === konamiCode.length) { for (let i = 0; i < lastKeys.length; i++) { if (lastKeys[i] != konamiCode[i]) { - console.log(i); return; } }