Remove forgotten testing code.

This commit is contained in:
SFENCE
2021-03-26 19:17:43 +01:00
parent 5d4ead886c
commit 1f0f335ecc

View File

@ -81,10 +81,6 @@ local function register_recipe(typename, data)
items = items..", "..input;
end
end
if (result=="default:bronze_ingot 8") then
minetest.log("warning", dump(data));
minetest.log("warning", items);
end
craftguide.register_craft({
type = typename,
result = result,