Remove log line

This commit is contained in:
ancientmarinerdev 2023-01-16 23:09:38 +00:00
parent fbba39eb2c
commit 2b7a9510e8
1 changed files with 1 additions and 1 deletions

View File

@ -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