removing debug comment
authorBobHanson <hansonr@stolaf.edu>
Fri, 29 May 2020 12:33:10 +0000 (07:33 -0500)
committerBobHanson <hansonr@stolaf.edu>
Fri, 29 May 2020 12:33:10 +0000 (07:33 -0500)
src/jalview/bin/Jalview.java
src/jalview/gui/SplashScreen.java

index ff8d52f..9418913 100755 (executable)
@@ -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
index b6c31e1..4fb9136 100755 (executable)
@@ -301,7 +301,6 @@ public class SplashScreen extends JPanel
           @Override
           public void actionPerformed(ActionEvent e)
           {
-            System.out.println(htmlPane.getFont());
             mainLoop();
           }