summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-12 22:39:44 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-12 22:39:44 -0400
commit230ac1342a5615100a486cb47831ed53d028055b (patch)
tree77cd563a4c62542009fadf922184cf4d2f494d3c
parente92109500660928d3815febe388cb8ba404a8b9b (diff)
downloadunifieddyes-230ac1342a5615100a486cb47831ed53d028055b.tar
unifieddyes-230ac1342a5615100a486cb47831ed53d028055b.tar.gz
unifieddyes-230ac1342a5615100a486cb47831ed53d028055b.tar.bz2
unifieddyes-230ac1342a5615100a486cb47831ed53d028055b.tar.xz
unifieddyes-230ac1342a5615100a486cb47831ed53d028055b.zip
remove debug prints
-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