diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-10 12:16:15 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-10 12:16:15 +0200 |
commit | 90b7eba90154668696d69766aed7be1aae61b9a6 (patch) | |
tree | 0363023f265765bca2b4aa196e6c932fac3fe189 /src/main/java/at/hannibal2/skyhanni | |
parent | 88a7b06169641bd447ab34e65d19dd73711bd253 (diff) | |
download | skyhanni-90b7eba90154668696d69766aed7be1aae61b9a6.tar.gz skyhanni-90b7eba90154668696d69766aed7be1aae61b9a6.tar.bz2 skyhanni-90b7eba90154668696d69766aed7be1aae61b9a6.zip |
removed debug
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt index fe142046b..3a39fa71d 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt @@ -50,8 +50,6 @@ class DetectBrokenHyperion { "Kill a mob with meele-hits to fix this hypixel bug" ) } - - LorenzUtils.debug("diff: $diff") } fun isEnabled() = LorenzUtils.inSkyBlock && config.brokenHyperion diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt index 7a2c0d249..389c68ce8 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt @@ -161,7 +161,6 @@ class SlayerQuestWarning { val activeSlayerName = activeSlayer.displayName val slayerName = slayerType.displayName SlayerAPI.latestWrongAreaWarning = System.currentTimeMillis() - LorenzUtils.debug("set latestWrongAreaWarning!") warn( "Wrong Slayer!", "Wrong slayer selected! You have $activeSlayerName selected and are in the $slayerName area!" |