From 900726da310cb438164f9f47af6deda8dfe258cb Mon Sep 17 00:00:00 2001 From: FattyHope Date: Tue, 17 Oct 2023 12:52:52 +1000 Subject: [PATCH] Removed commented-out line of code --- .../core/src/main/com/csse3200/game/areas/ForestGameArea.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java b/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java index bced9162..4d68fdfc 100644 --- a/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java +++ b/source/core/src/main/com/csse3200/game/areas/ForestGameArea.java @@ -285,8 +285,6 @@ public void create() { spawnTerrain(); // Set up infrastructure for end game tracking - // player = spawnPlayer(); - logger.info("Creating waves"); Entity waves = WaveFactory.createWaves(); spawnEntity(waves);