Removed debugging output showing the location of the Hurkle.

This commit is contained in:
journich
2021-02-23 08:49:33 +10:30
parent 4980612e08
commit 3f2b810ceb

View File

@@ -64,7 +64,6 @@ public class Hurkle {
hurkleXPos = randomNumber();
hurkleYPos = randomNumber();
System.out.println("HURKLE AT : " + hurkleXPos + "," + hurkleYPos);
guesses = 1;
gameState = GAME_STATE.GUESSING;