1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-08-03 20:10:20 +02:00

replace print with verbose logging (#409)

* remove debug log
This commit is contained in:
Eugen Wesseloh
2018-05-14 06:00:29 +02:00
committed by Vanessa Dannenberg
parent 31bf6b8c40
commit 017326dbed
4 changed files with 3 additions and 5 deletions

View File

@ -235,8 +235,6 @@ minetest.register_lbm({
local param2 = paletteidx + new_fdir
local newname = "homedecor:armchair"
print(name, dump(a), dump(b), dump(color).."("..dump(paletteidx)..")", dump(param2))
if node.name == "homedecor:chair" then
newname = "homedecor:kitchen_chair_wood"
elseif string.find(node.name, "homedecor:chair_") then