JAL-3446 unintentially left training message in code.
authorBobHanson <hansonr@stolaf.edu>
Thu, 18 Jun 2020 15:57:28 +0000 (10:57 -0500)
committerBobHanson <hansonr@stolaf.edu>
Thu, 18 Jun 2020 15:57:28 +0000 (10:57 -0500)
src/jalview/bin/Jalview.java

index 4f76776..36b5ea3 100755 (executable)
@@ -110,7 +110,6 @@ public class Jalview implements ApplicationSingletonI
   // }
   public static Jalview getInstance()
   {
-    System.out.println("Hello, MW!!!!!!!!!!!!");
     return (Jalview) ApplicationSingletonProvider
             .getInstance(Jalview.class);
   }