1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-25 00:20:15 +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

@ -25,7 +25,6 @@ minetest.register_entity("homedecor:mesh_desk_fan", {
})
local add_mesh_desk_fan_entity = function(pos)
print("in add_mesh_desk_fan_entity()")
local param2 = minetest.get_node(pos).param2
local entity = minetest.add_entity(pos, "homedecor:mesh_desk_fan")
if param2 == 0 then