JAL-629 - remove TODO from jalview.bin.Jalview since it is now done via jalview.bin...
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 6 Jun 2023 16:49:18 +0000 (17:49 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 6 Jun 2023 16:49:18 +0000 (17:49 +0100)
src/jalview/bin/Jalview.java

index b560c5f..50c1828 100755 (executable)
@@ -986,9 +986,7 @@ public class Jalview
             ex.printStackTrace(System.err);
           }
         }
-        // TODO - load PDB structure(s) to alignment JAL-629
-        // (associate with identical sequence in alignment, or a specified
-        // sequence)
+        
         if (groovyscript != null)
         {
           // Execute the groovy script after we've done all the rendering stuff