remove an unnecessary dump() instruction

master
orwell96 2016-11-10 22:35:48 +01:00
parent 9476083c8a
commit 5bece1ecc1
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ function advtrains.register_platform(preset)
minetest.log("warning", "[advtrains] register_platform couldn't find preset node "..preset)
return
end
minetest.log("action", dump(ndef))
local btex=ndef.tiles
if type(btex)=="table" then
btex=btex[1]