File tree Expand file tree Collapse file tree
gui-js/apps/minsky-electron/src/app/managers Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) , {
You can’t perform that action at this time.
0 commit comments