From 31f65742ccca74a6afec114ee289f72b53b2682e Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:49:14 +0100 Subject: removed small errors --- .../java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/fishing') diff --git a/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt b/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt index c41129c5f..f0a3c54b1 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureManager.kt @@ -53,7 +53,6 @@ class SeaCreatureManager { } } SeaCreatureManager.allFishingMobs = allFishingMobs - LorenzUtils.debug("Loaded $counter sea creatures from repo") } -- cgit