remove print [skip ci]

This commit is contained in:
m 2022-12-22 07:32:52 -06:00
parent 56b144c48f
commit a268b492f6

View File

@ -15,7 +15,6 @@ Engine.GetLuiRoot():registerEventHandler("mod_download_start", function(element,
end)
popup:registerEventHandler("mod_download_progress", function(element, event)
print(event.fraction * 100)
popup.text:setText(string.format("Downloading %s (%i%%)...", file, math.floor(event.fraction * 100)))
end)