File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1081,14 +1081,12 @@ end
1081
1081
1082
1082
---- ----------------------------------------------------------------------------
1083
1083
function menu .update_gametype (reset )
1084
- print (" updating gametype: " .. dump (reset ))
1085
1084
if reset then
1086
1085
mm_texture .reset ()
1087
1086
engine .set_topleft_text (" " )
1088
1087
filterlist .set_filtercriteria (worldlist ,nil )
1089
1088
else
1090
1089
local game = menu .lastgame ()
1091
- print (" current_game = " .. dump (game ))
1092
1090
mm_texture .update (tabbuilder .current_tab ,game )
1093
1091
engine .set_topleft_text (game .name )
1094
1092
filterlist .set_filtercriteria (worldlist ,game .id )
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ function modstore.handle_buttons(current_tab,fields)
143
143
local fullurl = engine .setting_get (" modstore_download_url" ) ..
144
144
moddetails .download_url
145
145
local modfilename = os .tempfolder () .. " .zip"
146
- print (" Downloading mod from: " .. fullurl .. " to " .. modfilename )
147
146
148
147
if engine .download_file (fullurl ,modfilename ) then
149
148
@@ -218,7 +217,6 @@ function modstore.getmodlist(list)
218
217
if list .data [i ].texturename == nil then
219
218
local fullurl = engine .setting_get (" modstore_download_url" ) ..
220
219
details .screenshot_url
221
- print (" downloading screenshot: " .. fullurl )
222
220
local filename = os .tempfolder ()
223
221
224
222
if engine .download_file (fullurl ,filename ) then
You can’t perform that action at this time.
0 commit comments