diff --git a/GameUI.java b/GameUI.java
index 48e0a3a225639480bb9d572ea089dd8e7f761f6e..39cc7038a2d5f1e6355b1ea7259ed7a18cd17d2d 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);