Remove a noisy debugging print
authorZefram <zefram@fysh.org>
Mon, 28 Jul 2014 12:29:39 +0000 (13:29 +0100)
committerZefram <zefram@fysh.org>
Mon, 28 Jul 2014 12:29:39 +0000 (13:29 +0100)
technic/machines/register/recipes.lua

index 1aba96b0ce1fbc9473b46809a8f9eda903267fee..28a0275a174659f64774b9d65c432d3613157172 100644 (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)