diff --git a/GameUI.java b/GameUI.java
index f852ffc3e719db3cef5d095204f598a12295d197..3faf4ff231a9b9ebd3b86c778f47225074bb8271 100644
--- a/GameUI.java
+++ b/GameUI.java
@@ -140,7 +140,6 @@ public class GameUI extends Application{
         int i = rnd.nextInt(3);
         String imageSymbols = board.currentPlayer == 0 ? getClass().getResource("/textures/1_" + i + ".png").toExternalForm() :
                                                          getClass().getResource("/textures/0_" + i + ".png").toExternalForm();
-        System.out.println(i);
         Image image = new Image(""+ imageSymbols);
         ImageView imageView = new ImageView(image);