From aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:37:55 +0200 Subject: Removed debug messages --- .../java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/test') diff --git a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt index f80b96f8f..874697607 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt @@ -54,7 +54,6 @@ object SkyHanniConfigSearchResetCommand { if (affectedElements > 3 && !args.contentEquals(lastCommand)) { return "§cThis will change $affectedElements config elements! Use the command again to confirm." } - println("size: $affectedElements") field.set(parent, defaultObject) "§eSuccessfully reset config element '$term'" } catch (e: Exception) { -- cgit