summaryrefslogtreecommitdiff
path: root/game.js
diff options
context:
space:
mode:
Diffstat (limited to 'game.js')
-rw-r--r--game.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.js b/game.js
index aed0da3..a30b985 100644
--- a/game.js
+++ b/game.js
@@ -372,7 +372,6 @@ window.addEventListener('load', function () {
console.assert(puzzleWidth === data[8]);
console.assert(puzzleHeight === data[9]);
}
- console.log(data);
const nibTypesOffset = 10;
const nibTypeCount = 2 * puzzleWidth * puzzleHeight - puzzleWidth - puzzleHeight;
const nibTypes = new Uint16Array(payload, nibTypesOffset, nibTypeCount);