summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.lua b/init.lua
index 16277e6..dd4b5e0 100644
--- a/init.lua
+++ b/init.lua
@@ -220,11 +220,6 @@ local function register_c(craft, hue, sat, val)
local colored_itemstack =
unifieddyes.make_colored_itemstack(output, craft.palette, dye)
- if string.find(output, "coloredwood") and string.find(output, "outer") then
- print("[UD] register craft: "..craft.neutral_node.." ("..color..")")
- print("[UD] register craft: --> "..output)
- end
-
minetest.register_craft({
output = colored_itemstack,
type = craft.type,