From 90b7eba90154668696d69766aed7be1aae61b9a6 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:16:15 +0200 Subject: removed debug --- .../java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt | 2 -- .../java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt | 1 - 2 files changed, 3 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features') 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!" -- cgit