JAL-3609 removed debugging prints
[jalview.git] / src / jalview / bin / Launcher.java
index 8b07142..5e6e48c 100644 (file)
@@ -153,10 +153,7 @@ public class Launcher
       }
     }
 
-    System.out.println("About to run HiDPISetting.getScalePropertyArg()");
     String scalePropertyArg = HiDPISetting.getScalePropertyArg();
-    System.out.println(
-            "Ran HiDPISetting.getScalePropertyArg() = " + scalePropertyArg);
     if (scalePropertyArg != null)
     {
       command.add(scalePropertyArg);