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

@@ -119,4 +119,6 @@ dofile(modpath.."/wardrobe.lua")
dofile(modpath.."/crafts.lua")
print("[HomeDecor] " .. S("Loaded!"))
if minetest.settings:get_bool("log_mod") then
minetest.log("action", "[HomeDecor] " .. S("Loaded!"))
end