Remove mod startup debug messages
This commit is contained in:
parent
47cda09073
commit
a2785041dd
45 changed files with 0 additions and 200 deletions
|
@ -1,4 +1,3 @@
|
|||
local init = os.clock()
|
||||
mcl_farming = {}
|
||||
|
||||
-- IMPORTANT API AND HELPER FUNCTIONS --
|
||||
|
@ -28,6 +27,3 @@ dofile(minetest.get_modpath("mcl_farming").."/potatoes.lua")
|
|||
|
||||
-- ========= BEETROOT =========
|
||||
dofile(minetest.get_modpath("mcl_farming").."/beetroot.lua")
|
||||
|
||||
local time_to_load= os.clock() - init
|
||||
print(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