aboutsummaryrefslogtreecommitdiff
path: root/misc_nodes.lua
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2016-11-10 22:35:48 +0100
committerorwell96 <mono96.mml@gmail.com>2016-11-10 22:35:48 +0100
commit5bece1ecc14928626e3673c77fdc5920facb6fd3 (patch)
treed6fefc2e5373a9acf697c6d773a44d1fe7d439b2 /misc_nodes.lua
parent9476083c8a521b0e17c2de3edb6f9f2de52c5676 (diff)
downloadadvtrains-5bece1ecc14928626e3673c77fdc5920facb6fd3.tar.gz
advtrains-5bece1ecc14928626e3673c77fdc5920facb6fd3.tar.bz2
advtrains-5bece1ecc14928626e3673c77fdc5920facb6fd3.zip
remove an unnecessary dump() instruction
Diffstat (limited to 'misc_nodes.lua')
-rw-r--r--misc_nodes.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc_nodes.lua b/misc_nodes.lua
index 84d9a3a..f792664 100644
--- a/misc_nodes.lua
+++ b/misc_nodes.lua
@@ -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]