Skip to content

Commit

Permalink
delete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed Apr 11, 2024
1 parent e33fd1e commit 244af6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controller_ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,6 @@ class ControllerUiClass {
this.log.errorFalled(this.locale.getLocale(ControllerUiLangClassId.MESSAGE_UPDATE_DWNLOAD_INFO));
return ;
}
const update_info_data:ControllerUiClassUpdateInfoData = {version:65756, url:"in_json.data[i].fileURL", beta:true};
app_update_info.data.push(update_info_data);
this.app_update_info = app_update_info;
this._start_update_info_create_select_finware(app_update_info);
this._start_update_info_create_select_bootloader(bootloader_update_info);
Expand Down

0 comments on commit 244af6a

Please sign in to comment.