diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-12 01:11:28 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-12 01:11:28 -0700 |
commit | 0dadeb054e52e0069535f3cbe93a53c1142f7462 (patch) | |
tree | b12073e0cd1b25bce080bd1f7e7ca75b825b770d | |
parent | 9748fbdd5e580d54fed40854538d8a689c256417 (diff) |
missed a debug call
-rw-r--r-- | util_execute_cycle.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util_execute_cycle.lua b/util_execute_cycle.lua index 316a003..1cd8e2c 100644 --- a/util_execute_cycle.lua +++ b/util_execute_cycle.lua @@ -247,7 +247,6 @@ digtron.execute_dig_cycle = function(pos, clicker) -- store or drop the products of the digger heads for _, itemname in pairs(items_dropped) do - minetest.debug("placing in inventory", itemname) digtron.place_in_inventory(itemname, layout.inventories, oldpos) end |