diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-21 18:49:14 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-21 18:49:14 +0100 |
commit | 31f65742ccca74a6afec114ee289f72b53b2682e (patch) | |
tree | b425aebdc5e97801d2a21a3bd3dd1883dd6b028b /src/main/java/at/hannibal2/skyhanni/features/chat | |
parent | 46399eb4ef9212935853bdd1c0af191cb6b76503 (diff) | |
download | skyhanni-31f65742ccca74a6afec114ee289f72b53b2682e.tar.gz skyhanni-31f65742ccca74a6afec114ee289f72b53b2682e.tar.bz2 skyhanni-31f65742ccca74a6afec114ee289f72b53b2682e.zip |
removed small errors
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/chat')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt b/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt index 9501b9d49..ed1a256d5 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat/PlayerChatFilter.kt @@ -1,7 +1,6 @@ package at.hannibal2.skyhanni.features.chat.playerchat import at.hannibal2.skyhanni.events.RepositoryReloadEvent -import at.hannibal2.skyhanni.utils.LorenzUtils import at.hannibal2.skyhanni.utils.MultiFilter import at.hannibal2.skyhanni.utils.jsonobjects.PlayerChatFilterJson import net.minecraftforge.fml.common.eventhandler.SubscribeEvent @@ -40,6 +39,5 @@ class PlayerChatFilter { countCategories++ countFilters += filter.count() } - LorenzUtils.debug("Loaded $countFilters filters in $countCategories categories from repo") } } |