diff --git a/core/src/com/monjaro/gamejam/main/Game.java b/core/src/com/monjaro/gamejam/main/Game.java index 250af94..ea18d56 100644 --- a/core/src/com/monjaro/gamejam/main/Game.java +++ b/core/src/com/monjaro/gamejam/main/Game.java @@ -188,10 +188,6 @@ public class Game extends ApplicationAdapter { default -> new TallDecay(); }); - for (Segment segment : segments) { - System.out.println(segment.getName()); - } - return new Round(segments, decays, 5); }