JAL-3543 remove debugging output improvement/JAL-3543_dont_report_null_versions_in_java_console
authorBen Soares <bsoares@dundee.ac.uk>
Thu, 27 Feb 2020 16:23:04 +0000 (16:23 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Thu, 27 Feb 2020 16:23:04 +0000 (16:23 +0000)
src/jalview/bin/Jalview.java

index 3cae900..8c9d391 100755 (executable)
@@ -421,7 +421,6 @@ public class Jalview
       BioJsHTMLOutput.updateBioJS();
     }
 
-    Cache.log.info("CHECKPOINT 1");
     // Move any new getdown-launcher-new.jar into place over old
     // getdown-launcher.jar
     String appdirString = System.getProperty("getdownappdir");
@@ -446,7 +445,6 @@ public class Jalview
     DataSourceType protocol = null;
     FileLoader fileLoader = new FileLoader(!headless);
 
-    Cache.log.info("CHECKPOINT 2");
     String groovyscript = null; // script to execute after all loading is
     // completed one way or another
     // extract groovy argument and execute if necessary