forked from minetest-mods/technic
Remove a noisy debugging print
This commit is contained in:
parent
b0faa70873
commit
60bc80692b
|
@ -80,7 +80,6 @@ function technic.get_recipe(typename, items)
|
||||||
local new_input = {}
|
local new_input = {}
|
||||||
for i, stack in ipairs(items) do
|
for i, stack in ipairs(items) do
|
||||||
if stack:get_count() < recipe.input[stack:get_name()] then
|
if stack:get_count() < recipe.input[stack:get_name()] then
|
||||||
print(stack:get_name())
|
|
||||||
return nil
|
return nil
|
||||||
else
|
else
|
||||||
new_input[i] = ItemStack(stack)
|
new_input[i] = ItemStack(stack)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user