Removed some console spam that's not needed.

This commit is contained in:
2020-05-21 17:12:29 -05:00
parent 9b6be3bb7c
commit b9a572733d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -40,7 +40,6 @@
function setPruning(){
usePruning = document.getElementById("usePruning").checked;
print(usePruning);
}
function update(){
-1
View File
@@ -211,7 +211,6 @@ function checkWinner(board, showEnd = false){
function mouseClicked(){
if(gameOver) {
print("Game over!");
return;
}