From: Zefram Date: Mon, 28 Jul 2014 12:29:39 +0000 (+0100) Subject: Remove a noisy debugging print X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=60bc80692ba51ad0a7f2391803ee454b18cb7174;p=zefram%2Fminetest%2Ftechnic.git Remove a noisy debugging print --- diff --git a/technic/machines/register/recipes.lua b/technic/machines/register/recipes.lua index 1aba96b..28a0275 100644 --- a/technic/machines/register/recipes.lua +++ b/technic/machines/register/recipes.lua @@ -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)