remove printing
This commit is contained in:
parent
a165f284de
commit
97639fca47
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue