From 79655e1bc30030cb1d8f4084cc50e9704aeec90a Mon Sep 17 00:00:00 2001 From: Sokomine Date: Wed, 3 Sep 2014 04:09:54 +0200 Subject: [PATCH] removed debug message --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 11e0663..cb842b1 100644 --- a/init.lua +++ b/init.lua @@ -1092,7 +1092,6 @@ colormachine.main_menu_formspec = function( pos, option ) -- it is possible that we are dealing with an already painted block - in that case we have to dertermie the color local found_color_data = colormachine.get_color_from_blockname( parts[1], parts[2] ); -print('DATA: '..minetest.serialize( found_color_data )); if( found_color_data.error_code ~= nil ) then form = form.."label[2.2,3.0;"..found_color_data.error_code..".]"; return form;