Remove mod startup debug messages

This commit is contained in:
Wuzzy 2020-04-11 02:50:46 +02:00
parent 47cda09073
commit a2785041dd
45 changed files with 0 additions and 200 deletions

View file

@ -86,7 +86,3 @@ mobs:register_mob("mobs_mc:parrot", {
-- spawn eggs
mobs:register_egg("mobs_mc:parrot", S("Parrot"), "mobs_mc_spawn_icon_parrot.png", 0, true)
if minetest.settings:get_bool("log_mods") then
minetest.log("action", "MC Parrot loaded")
end