From: Ben Soares Date: Thu, 27 Feb 2020 16:23:04 +0000 (+0000) Subject: JAL-3543 remove debugging output X-Git-Tag: Develop-2_11_2_0-d20201215~80^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=e77b677c404d0850fab45aecac341abc64d8766d JAL-3543 remove debugging output --- diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index 3cae900..8c9d391 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -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