1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-25 16:30:18 +02:00

remove debug statements

This commit is contained in:
Tim
2015-08-19 17:09:29 +02:00
parent 7402f30c3a
commit 2d433f9652
7 changed files with 0 additions and 15 deletions

View File

@ -281,8 +281,6 @@ function homedecor.register_furnace(name, furnacedef)
inv:add_item("dst", cooked.item)
-- take stuff from "src" list
inv:set_stack("src", 1, aftercooked.items[1])
else
print(S("Could not insert '%s'"):format(cooked.item:to_string()))
end
meta:set_string("src_time", 0)
end