Remove the optional mod loading message

This also fixes a deprecation warning about
`minetest.setting_getbool()` at the same time.
master
Hugo Locurcio 2019-04-02 19:51:32 +02:00
parent f16bc3e380
commit 52609c908a
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 0 additions and 4 deletions

View File

@ -45,7 +45,3 @@ minetest.register_node("bedrock:deepstone", {
groups = {cracky = 1},
sounds = default.node_sound_stone_defaults(),
})
if minetest.setting_getbool("log_mods") then
minetest.log("action", "[bedrock] loaded.")
end