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 | 46198575f862467aa1ba6b577dee27c178c7f460 (patch) | |
| tree | 054950914619be4b6f2588d49d451a05eb2a2d12 | |
| parent | 97ae21f5e4c35ee9f649f42887e6f6221cbb218f (diff) | |
| download | SkyHanni-46198575f862467aa1ba6b577dee27c178c7f460.tar.gz SkyHanni-46198575f862467aa1ba6b577dee27c178c7f460.tar.bz2 SkyHanni-46198575f862467aa1ba6b577dee27c178c7f460.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() { |
