summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index e48ce52..a3f9e22 100644
--- a/init.lua
+++ b/init.lua
@@ -223,7 +223,6 @@ end
-- This helper function creates a colored itemstack
function unifieddyes.make_colored_itemstack(item, palette, color)
- print(item, palette, color)
local paletteidx = unifieddyes.getpaletteidx(color, palette)
local stack = ItemStack(item)
stack:get_meta():set_int("palette_index", paletteidx)
@@ -235,7 +234,6 @@ end
local function register_c(craft, h, sat, val)
local hue = (type(h) == "table") and h[1] or h
- print(craft.output, craft.output_prefix, craft.output_suffix, h, hue, sat, val)
local color = ""
if val then
if craft.palette == "wallmounted" then