From a98c348cabe92da283674eec4d8552d123d2b4c7 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Wed, 1 Oct 2014 21:43:44 +0100 Subject: [PATCH] Remove some leftover debug code --- shooter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/shooter.lua b/shooter.lua index 05eef3c..48a32da 100644 --- a/shooter.lua +++ b/shooter.lua @@ -109,7 +109,6 @@ local function punch_node(pos, def) end if SHOOTER_ENABLE_PROTECTION then if minetest.is_protected(pos, def.name) then - print(dump(def)) return end end