Skip to content

Commit

Permalink
Don't log *everything*
Browse files Browse the repository at this point in the history
  • Loading branch information
cheapie committed Jan 23, 2017
1 parent 97f288a commit 3af6d39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ minetest.register_node("rgblightstone:rgblightstone", {

local paletteidx = 32*g+4*r+b

print(msg,r,g,b,paletteidx)

--Set the color
node.param2 = paletteidx
minetest.swap_node(pos,node)
Expand Down

0 comments on commit 3af6d39

Please sign in to comment.