Remove debug logging

This commit is contained in:
teknomunk 2024-06-12 06:42:37 -05:00 committed by the-real-herowl
parent 15fa925aae
commit 7e0afd7e21

@ -352,7 +352,6 @@ function mcl_mobs.register_conversion(old_name, new_name)
for i = 1,#STRIP_FIELDS do
unpacked_staticdata[STRIP_FIELDS[i]] = nil
end
minetest.log("action", "Converting "..old_name.." to "..new_name.." staticdata="..dump(unpacked_staticdata))
staticdata = minetest.serialize(unpacked_staticdata)
local old_object = self.object