Remove debug log

This commit is contained in:
joeyak 2019-03-31 15:23:37 -04:00
parent be56cff4ba
commit bea491e1c0
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}