From b9a572733d54517c0803dcea781c5b11991ea125 Mon Sep 17 00:00:00 2001 From: Garritt McCune Date: Thu, 21 May 2020 17:12:29 -0500 Subject: [PATCH] Removed some console spam that's not needed. --- index.html | 1 - sketch.js | 1 - 2 files changed, 2 deletions(-) diff --git a/index.html b/index.html index 7f25ddf..24761a2 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,6 @@ function setPruning(){ usePruning = document.getElementById("usePruning").checked; - print(usePruning); } function update(){ diff --git a/sketch.js b/sketch.js index 44c290e..c0bfa81 100644 --- a/sketch.js +++ b/sketch.js @@ -211,7 +211,6 @@ function checkWinner(board, showEnd = false){ function mouseClicked(){ if(gameOver) { - print("Game over!"); return; }