diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-01 16:37:55 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-01 16:37:55 +0200 |
commit | aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2 (patch) | |
tree | 74a47d03e90cd62f4081f51ec4e3260c894db252 /src/main/java/at/hannibal2/skyhanni/test | |
parent | bbb9221f457ae1407595ff1575727229b8c40f1e (diff) | |
download | skyhanni-aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2.tar.gz skyhanni-aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2.tar.bz2 skyhanni-aea09a848dbd05d9088d4ee4d05c0aa4bdd9bec2.zip |
Removed debug messages
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/SkyHanniConfigSearchResetCommand.kt | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |