From 0dadeb054e52e0069535f3cbe93a53c1142f7462 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Thu, 12 Jan 2017 01:11:28 -0700 Subject: [PATCH] missed a debug call --- util_execute_cycle.lua | 1 - 1 file changed, 1 deletion(-) 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