diff --git a/data/cdata/ui_scripts/mods/download.lua b/data/cdata/ui_scripts/mods/download.lua index cac8cff4..b530fc42 100644 --- a/data/cdata/ui_scripts/mods/download.lua +++ b/data/cdata/ui_scripts/mods/download.lua @@ -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)