Skip to content

Commit eed329c

Browse files
committed
remove debug prints
1 parent c56091d commit eed329c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/main/java/io/github/restioson/loopdeloop/game/LoopDeLoopConfig.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ public LoopDeLoopConfig(
4343
this.yVarMax = yVarMax;
4444
this.zVarMax = zVarMax;
4545
this.zVarMin = zVarMin;
46-
47-
System.out.println(String.format("HERE loops: %s; radius: %s", loops, loopRadius));
4846
}
4947

5048
public static class ZVariation {

src/main/java/io/github/restioson/loopdeloop/game/LoopDeLoopScoreboard.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public void render(List<Pair<ServerPlayerEntity, LoopDeLoopPlayer>> topPlayers)
6161
}
6262

6363
private void renderObjective(ScoreboardObjective objective, List<String> lines) {
64-
System.out.println(lines);
6564
this.clear(objective);
6665
for (int i = 0; i < lines.size(); i++) {
6766
String line = lines.get(i);

0 commit comments

Comments
 (0)