Remove mod startup debug messages
This commit is contained in:
parent
47cda09073
commit
a2785041dd
45 changed files with 0 additions and 200 deletions
|
@ -1,5 +1,3 @@
|
|||
local init = os.clock()
|
||||
|
||||
local S = minetest.get_translator("mcl_fences")
|
||||
|
||||
-- Node box
|
||||
|
@ -306,8 +304,3 @@ minetest.register_craft({
|
|||
recipe = "group:fence_wood",
|
||||
burntime = 15,
|
||||
})
|
||||
|
||||
local time_to_load = os.clock() - init
|
||||
minetest.log("action", string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue