summaryrefslogtreecommitdiff
path: root/util.lua
diff options
context:
space:
mode:
authorFaceDeer <derksenmobile@gmail.com>2017-01-02 19:27:21 -0700
committerFaceDeer <derksenmobile@gmail.com>2017-01-02 19:27:21 -0700
commit711c43b9649e302f4bc7e422031d5f3d59c248e8 (patch)
tree84a02a56c1d68d7ece95432f76f40cfbfc73a502 /util.lua
parent2b5dc41d50965a2190ae7c16cc18129061fa74ab (diff)
remove some stray minetest.debug calls
Diffstat (limited to 'util.lua')
-rw-r--r--util.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.lua b/util.lua
index c34d13b..b80fd05 100644
--- a/util.lua
+++ b/util.lua
@@ -372,7 +372,6 @@ digtron.burn = function(fuelstore_positions, target, test)
end
digtron.remove_builder_item = function(pos)
- minetest.debug("removing builder item")
local objects = minetest.env:get_objects_inside_radius(pos, 0.5)
if objects ~= nil then
for _, obj in ipairs(objects) do