remove print

This commit is contained in:
tenplus1 2024-12-04 08:40:25 +00:00
parent 1835bd0ffe
commit df25c04fc2

View File

@ -39,7 +39,7 @@ local function del_ent(pos, self)
if obj and (self and obj ~= self.object or not self) and obj:get_luaentity()
and obj:get_luaentity().name == "itemframes:item" then
obj:remove() ; print("--removed", minetest.pos_to_string(pos2))
obj:remove()
end
end
end