Removed debugging output showing the location of the Hurkle.

This commit is contained in:
journich
2021-02-23 08:49:33 +10:30
parent 776d725973
commit f39ac57e29

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;