Skip to content

Commit 8663d10

Browse files
More dead code removal.
1 parent 6539e6e commit 8663d10

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

gui-js/apps/minsky-electron/src/app/managers/CommandsManager.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,11 +1196,8 @@ export class CommandsManager {
11961196
RecentFilesManager.updateNumberOfRecentFilesToDisplay();
11971197
}
11981198

1199-
//static activeDownloads=new Set();
1200-
12011199
// handler for downloading Ravel and installing it
12021200
static downloadRavel(event,item,webContents) {
1203-
//CommandsManager.activeDownloads.add(item);
12041201

12051202
switch (process.platform) {
12061203
case 'win32':
@@ -1223,7 +1220,6 @@ export class CommandsManager {
12231220
// handler for when download completed
12241221
item.once('done', (event,state)=>{
12251222
progress.close();
1226-
//CommandsManager.activeDownloads.delete(item);
12271223

12281224
if (state==='completed') {
12291225
dialog.showMessageBoxSync(WindowManager.getMainWindow(),{

0 commit comments

Comments
 (0)