diff --git a/mods/PLAYER/mcl_death/init.lua b/mods/PLAYER/mcl_death/init.lua index 1068454ff..abf7fe225 100644 --- a/mods/PLAYER/mcl_death/init.lua +++ b/mods/PLAYER/mcl_death/init.lua @@ -108,7 +108,6 @@ end -- Select death message for death by mob local mmsg = function(mtype, ...) - minetest.log("error", dump(mtype)) if mobkills[mtype] then return string.format(mobkills[mtype], ...) else