From 1b2e94f199780565f00b130419e986851431cc5b Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 11 Apr 2017 19:45:59 -0400 Subject: remove some debug prints --- common.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'common.lua') diff --git a/common.lua b/common.lua index 4986de9..5574bb2 100644 --- a/common.lua +++ b/common.lua @@ -141,13 +141,6 @@ function fs_helpers.cycling_button(meta, base, meta_name, values) text = val end local field = "fs_helpers_cycling:"..new_value..":"..meta_name - - print("base"..dump(base)) - print("texture_name"..dump(texture_name)) - print("field"..dump(field)) - print("text"..dump(text)) - print("addopts"..dump(addopts)) - return base..";"..(texture_name and texture_name..";" or "")..field..";"..minetest.formspec_escape(text)..(addopts and ";"..addopts or "").."]" end -- cgit v1.2.3