debug comment out
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 1 Aug 2019 17:14:06 +0000 (12:14 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 1 Aug 2019 17:14:06 +0000 (12:14 -0500)
src/jalview/bin/Jalview.java

index 7970437..fae2b75 100755 (executable)
@@ -2052,8 +2052,8 @@ public class Jalview implements ApplicationSingletonI, JalviewJSApi
 
   public void notifyWorker(AlignCalcWorkerI worker, String status)
   {
-    System.out.println("Jalview worker " + worker.getClass().getSimpleName()
-            + " " + status);
+    // System.out.println("Jalview worker " + worker.getClass().getSimpleName()
+    // + " " + status);
   }
 
 }