File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed 
app/src/processing/app/contrib Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -515,23 +515,6 @@ static private void cleanup(final Base base) throws Exception {
515515    updateFlagged (base , Base .getSketchbookModesFolder ());
516516    updateFlagged (base , Base .getSketchbookToolsFolder ());
517517
518-     SwingWorker <Void , Void > s  = new  SwingWorker <>() {
519- 
520-       @ Override 
521-       protected  Void  doInBackground () throws  Exception  {
522-         try  {
523-           // TODO: pls explain the sleep and why this runs on a worker thread, 
524-           //   but a couple of lines above on EDT [jv] 
525-           Thread .sleep (1000 );
526-           installPreviouslyFailed (base , Base .getSketchbookToolsFolder ());
527-         } catch  (InterruptedException  e ) {
528-           e .printStackTrace ();
529-         }
530-         return  null ;
531-       }
532-     };
533-     s .execute ();
534- 
535518    clearRestartFlags (Base .getSketchbookModesFolder ());
536519    clearRestartFlags (Base .getSketchbookToolsFolder ());
537520  }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments