mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
remove some debug prints
This commit is contained in:
parent
15fe8e068f
commit
1b2e94f199
@ -141,13 +141,6 @@ function fs_helpers.cycling_button(meta, base, meta_name, values)
|
|||||||
text = val
|
text = val
|
||||||
end
|
end
|
||||||
local field = "fs_helpers_cycling:"..new_value..":"..meta_name
|
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 "").."]"
|
return base..";"..(texture_name and texture_name..";" or "")..field..";"..minetest.formspec_escape(text)..(addopts and ";"..addopts or "").."]"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user