From 2b7a9510e806f1ad044796a227ab396c85df2470 Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Mon, 16 Jan 2023 23:09:38 +0000 Subject: [PATCH] Remove log line --- mods/ENTITIES/mcl_mobs/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index fc334a413..9597f572b 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -336,7 +336,7 @@ function mob_class:on_step(dtime) if self:check_despawn(pos, dtime) then return true end if self:check_death_and_slow_mob() then - minetest.log("action", "Mob is dying: ".. tostring(self.name)) + --minetest.log("action", "Mob is dying: ".. tostring(self.name)) -- Do we abandon out of here now? end