Remove a noisy debugging print

This commit is contained in:
Zefram 2014-07-28 13:29:39 +01:00
parent b0faa70873
commit 60bc80692b
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ function technic.get_recipe(typename, items)
local new_input = {}
for i, stack in ipairs(items) do
if stack:get_count() < recipe.input[stack:get_name()] then
print(stack:get_name())
return nil
else
new_input[i] = ItemStack(stack)