Remove debug information

This commit is contained in:
iliekprogrammar 2021-03-20 00:11:12 +08:00
parent f5f85a2148
commit 249b5cfd1e
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ minetest.register_entity("wieldview:wieldnode", {
local itemstring = wielded:get_name()
if self.itemstring ~= itemstring then
minetest.chat_send_all(dump2(itemstring, "itemstring"))
local def = minetest.registered_items[itemstring]
self.object:set_properties({glow = def and def.light_source or 0})