fix(esx_lscustom): remove print

This commit is contained in:
hmmehdi
2022-11-17 23:35:14 +01:00
parent d2a20347aa
commit ad732a32f2
@@ -302,7 +302,6 @@ function GetAction(data)
local xenonColors = GetXenonColors()
price = math.floor(vehiclePrice * v.price / 100)
for i = 1, #xenonColors, 1 do
print(xenonColors[i].label, xenonColors[i].index)
table.insert(elements, {
label = xenonColors[i].label .. ' - <span style="color:green;">$' .. price .. '</span>',
modType = k,