aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 03:47:06 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 03:47:06 +0200
commit4a906f00ce4d7004188c2e1c2d2a38a1359a57f1 (patch)
tree054950914619be4b6f2588d49d451a05eb2a2d12
parent6991c7375d35706b63f8d4347df72696cbdde860 (diff)
downloadskyhanni-4a906f00ce4d7004188c2e1c2d2a38a1359a57f1.tar.gz
skyhanni-4a906f00ce4d7004188c2e1c2d2a38a1359a57f1.tar.bz2
skyhanni-4a906f00ce4d7004188c2e1c2d2a38a1359a57f1.zip
Removed debugs
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
index d1f8d3317..0c5807ad1 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt
@@ -108,12 +108,6 @@ class HypixelData {
val last = list.last()
hypixelLive = last == "§ewww.hypixel.net"
hypixelAlpha = last == "§ealpha.hypixel.net"
-
- println("")
- println("hypixelLive: $hypixelLive")
- println("hypixelAlpha: $hypixelAlpha")
- println("last: '$last'")
-
}
private fun checkSidebar() {