From 5bece1ecc14928626e3673c77fdc5920facb6fd3 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Thu, 10 Nov 2016 22:35:48 +0100 Subject: remove an unnecessary dump() instruction --- misc_nodes.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'misc_nodes.lua') 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] -- cgit v1.2.3