Skip to content

Commit 1c3ec40

Browse files
committed
Remove debug
1 parent 3a70a2e commit 1c3ec40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/theevilreaper/bounce/profile/BounceProfile.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public void sendStats(boolean winner) {
141141

142142
@Override
143143
public int compareTo(@NotNull BounceProfile other) {
144-
System.out.println("" + this.points + " vs " + other.points);
145144
int pointComparison = Integer.compare(this.points, other.points); // Descending by points
146145
if (pointComparison != 0) return pointComparison;
147146

0 commit comments

Comments
 (0)