From: BobHanson Date: Fri, 29 May 2020 12:33:10 +0000 (-0500) Subject: removing debug comment X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=02e2fe79e8c9c2e5e751c33cf6aec4ae25e3c993;p=jalview.git removing debug comment --- diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index ff8d52f..9418913 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -110,6 +110,22 @@ import netscape.javascript.JSObject; public class Jalview implements ApplicationSingletonI, JalviewJSApi { + // for testing those nasty messages you cannot ever find. + // static + // { + // System.setOut(new PrintStream(new ByteArrayOutputStream()) + // { + // @Override + // public void println(Object o) + // { + // if (o != null) + // { + // System.err.println(o); + // } + // } + // + // }); + // } public static Jalview getInstance() { return (Jalview) ApplicationSingletonProvider diff --git a/src/jalview/gui/SplashScreen.java b/src/jalview/gui/SplashScreen.java index b6c31e1..4fb9136 100755 --- a/src/jalview/gui/SplashScreen.java +++ b/src/jalview/gui/SplashScreen.java @@ -301,7 +301,6 @@ public class SplashScreen extends JPanel @Override public void actionPerformed(ActionEvent e) { - System.out.println(htmlPane.getFont()); mainLoop(); }