Skip to content

Commit 6539e6e

Browse files
Dead code removal
1 parent 59e8663 commit 6539e6e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ export class CommandsManager {
14971497
await WindowManager.openLoginWindow();
14981498
let token=StoreManager.store.get('authToken');
14991499

1500-
const window=WindowManager.getMainWindow();//this.createDownloadWindow();
1500+
const window=WindowManager.getMainWindow();
15011501
let minskyAsset;
15021502
if (installCase===InstallCase.theLot)
15031503
minskyAsset=await CommandsManager.getRelease('minsky', false, token);
@@ -1520,7 +1520,6 @@ export class CommandsManager {
15201520
"If you're trying to download the Ravel plugin, please ensure you are logged into an account subscribed to Ravel Fan or Explorer tiers.",
15211521
type: 'info',
15221522
});
1523-
//window.close();
15241523
}
15251524

15261525
}

0 commit comments

Comments
 (0)