From 20b6e43501c418c1051bd837aa64ae5f153b43a3 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Mon, 29 Aug 2016 23:10:10 +0200 Subject: removed 2 very annoying debug messages that should not go with 1.0 --- trackplacer.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'trackplacer.lua') diff --git a/trackplacer.lua b/trackplacer.lua index a2b64bb..9ab9a4a 100644 --- a/trackplacer.lua +++ b/trackplacer.lua @@ -140,7 +140,6 @@ function tp.placetrack(pos, nnpref) p_rails[#p_rails+1]=i end end - print(dump(p_rails)) if #p_rails==0 then minetest.set_node(pos, {name=nnpref.."_"..tr.default}) elseif #p_rails==1 then -- cgit v1.2.3