diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-06 23:12:44 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-06 23:12:44 +0100 |
commit | 139a55b1c40ba5fa7eeae352cdde5034516a150d (patch) | |
tree | 80e16fe3f6161f4bc4c459ccb659d0d3e57170b9 /src/main/java/at/hannibal2/skyhanni/test | |
parent | 362e3efddab52c954a46766e217d6b4faba5332e (diff) | |
download | skyhanni-139a55b1c40ba5fa7eeae352cdde5034516a150d.tar.gz skyhanni-139a55b1c40ba5fa7eeae352cdde5034516a150d.tar.bz2 skyhanni-139a55b1c40ba5fa7eeae352cdde5034516a150d.zip |
debug command logic and console filter changes
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/test')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt b/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt index 5395dbf36..92275ed69 100644 --- a/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt +++ b/src/main/java/at/hannibal2/skyhanni/test/command/CopyItemCommand.kt @@ -38,7 +38,6 @@ object CopyItemCommand { val string = resultList.joinToString("\n") OSUtils.copyToClipboard(string) - LorenzUtils.debug("item info printed!") LorenzUtils.chat("§e[SkyHanni] item info copied into the clipboard!") } catch (_: Throwable) { LorenzUtils.chat("§c[SkyHanni] No item in hand!") |