summaryrefslogtreecommitdiff
path: root/builtin/modstore.lua
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/modstore.lua')
-rw-r--r--builtin/modstore.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/modstore.lua b/builtin/modstore.lua
index fe0ceb75f..870eccdd3 100644
--- a/builtin/modstore.lua
+++ b/builtin/modstore.lua
@@ -143,7 +143,6 @@ function modstore.handle_buttons(current_tab,fields)
local fullurl = engine.setting_get("modstore_download_url") ..
moddetails.download_url
local modfilename = os.tempfolder() .. ".zip"
- print("Downloading mod from: " .. fullurl .. " to ".. modfilename)
if engine.download_file(fullurl,modfilename) then
@@ -218,7 +217,6 @@ function modstore.getmodlist(list)
if list.data[i].texturename == nil then
local fullurl = engine.setting_get("modstore_download_url") ..
details.screenshot_url
- print("downloading screenshot: " .. fullurl)
local filename = os.tempfolder()
if engine.download_file(fullurl,filename) then