Skip to content

Commit 1a8fb97

Browse files
committed
Remove debug print statement from HypixelDetector
1 parent 48714c6 commit 1a8fb97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/kd_gaming1/scaleme/client/util/HypixelDetector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public static boolean isSafeGameMode() {
3131

3232
String title = stripColors(objective.getDisplayName().getString()).toUpperCase();
3333

34-
System.out.println(("update"));
3534
// Return true if NOT in any of these game modes
3635
return !title.startsWith("SKYBLOCK") &&
3736
!title.startsWith("LOBBY") &&

0 commit comments

Comments
 (0)