remove print

This commit is contained in:
tenplus1 2018-09-26 12:21:17 +00:00
parent e57faeb8cf
commit 00148f4770
1 changed files with 0 additions and 3 deletions

View File

@ -567,9 +567,6 @@ signs_lib.update_sign = function(pos, fields, owner, node)
signs_lib.destruct_sign(pos)
local text = meta:get_string("text")
if text == nil or text == "" then return end
if node then print ("---", node.name, node.param2) end
local sign_info
local signnode = node or minetest.get_node(pos)
local signname = signnode.name