diff --git a/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java b/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java index c11e40fe0..937b6250f 100644 --- a/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java +++ b/source/core/src/main/com/csse3200/game/components/maingame/MainGameDisplay.java @@ -89,8 +89,6 @@ private void addActors() { towerTable.top().padTop(50f); towerTable.setFillParent(true); - towerTable.setDebug(true); - // Contains other buttons (just pause at this stage) buttonTable.top().right().padTop(50f).padRight(80f); buttonTable.setFillParent(true);