From e77b677c404d0850fab45aecac341abc64d8766d Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 27 Feb 2020 16:23:04 +0000 Subject: [PATCH] JAL-3543 remove debugging output --- src/jalview/bin/Jalview.java | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.10.2