Removed shorten string from confidence

This commit is contained in:
MatteoBiscosi 2022-06-09 18:24:44 +02:00
parent ba20719d4a
commit 048d97c2d4

View file

@ -5366,10 +5366,6 @@ function get_confidence(confidence_id, shorten_string)
if confidence.id == confidence_id then
confidence_name = confidence.label
if shorten_string then
confidence_name = shortenString(confidence_name, 5)
end
break
end
end