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