remove printing

This commit is contained in:
James 2024-04-21 15:15:49 +01:00
parent a165f284de
commit 97639fca47

View file

@ -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);
}