From c831a9bf59753d3af5e97b66e73775961a0ba62f Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 13 Jan 2014 16:12:11 -0500 Subject: [PATCH] remove some excess debug info --- furnaces.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/furnaces.lua b/furnaces.lua index 9fb0a8b9..205bb713 100644 --- a/furnaces.lua +++ b/furnaces.lua @@ -326,8 +326,6 @@ function homedecor.register_furnace(name, furnacedef) return end - print(name..": cooked.item: "..dump(cooked.item:to_table())) - if not inv:room_for_item("dst", cooked.item) then meta:set_string("infotext", desc..": output bins are full") hacky_swap_node(pos, name)