Removed debug message

This commit is contained in:
Luca 2022-07-10 10:40:00 +02:00
parent f1e6db5e4e
commit dfbb3c3fd1

View file

@ -5506,7 +5506,6 @@ function format_name_value(name, value, shorten)
if (shorten) and (shorten == true) then
formatted_name_value = shortenString(name) .. " [" .. value .. "]"
else
tprint(name)
formatted_name_value = name .. " [" .. value .. "]"
end
end