1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 07:11:31 +02:00

Remove testing code

This commit is contained in:
SychO9
2021-11-18 15:17:16 +01:00
parent 38cd56c351
commit 1fcd9b86d7
4 changed files with 22 additions and 30 deletions

View File

@@ -198,7 +198,7 @@ export default class Updater<Attrs> extends Component<Attrs> {
app.modal.show(LoadingModal);
this.isLoading = 'minor-update';
/*app
app
.request({
method: 'POST',
url: `${app.forum.attribute('apiUrl')}/package-manager/minor-update`,
@@ -211,7 +211,7 @@ export default class Updater<Attrs> extends Component<Attrs> {
.finally(() => {
this.isLoading = null;
m.redraw();
});*/
});
}
}