mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove debug output
This commit is contained in:
parent
60225be7fa
commit
e7ba4777fe
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue