Skip to content

Commit 36d8fe1

Browse files
author
Akos Kitta
committed
removed comments.
Signed-off-by: Akos Kitta <[email protected]>
1 parent b3e20e4 commit 36d8fe1

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

arduino-ide-extension/src/browser/contributions/check-for-updates.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,25 +80,6 @@ export class CheckForUpdates extends Contribution {
8080
]);
8181
this.promptUpdateBoards(boardsPackages);
8282
this.promptUpdateLibraries(libraryPackages);
83-
// const args = this.infoArgs(libraryPackages, boardsPackages);
84-
// if (args) {
85-
// const { message, actions } = args;
86-
// this.messageService.info(message, ...actions).then((answer) => {
87-
// if (answer === InstallAll) {
88-
// const tasks = this.installAllTasks(
89-
// libraryPackages,
90-
// boardsPackages,
91-
// answer
92-
// );
93-
// return this.executeTasks(tasks);
94-
// }
95-
// // Install manually is not available if both boards and libraries can be updated.
96-
// if (answer === InstallManually) {
97-
98-
// }
99-
// });
100-
// } else if (!silent) {
101-
// }
10283
if (!libraryPackages.length && !boardsPackages.length && !silent) {
10384
this.messageService.info(NoUpdates);
10485
}

0 commit comments

Comments
 (0)