diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-11 03:47:06 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-11 03:47:06 +0200 |
commit | 4a906f00ce4d7004188c2e1c2d2a38a1359a57f1 (patch) | |
tree | 054950914619be4b6f2588d49d451a05eb2a2d12 | |
parent | 6991c7375d35706b63f8d4347df72696cbdde860 (diff) | |
download | skyhanni-4a906f00ce4d7004188c2e1c2d2a38a1359a57f1.tar.gz skyhanni-4a906f00ce4d7004188c2e1c2d2a38a1359a57f1.tar.bz2 skyhanni-4a906f00ce4d7004188c2e1c2d2a38a1359a57f1.zip |
Removed debugs
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/HypixelData.kt | 6 |
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() { |