Jalview-JS/JAL-3253-applet JAL-3192 secondary core files
[jalview.git] / src / jalview / bin / JalviewAppLoader.java
index 8029aea..39e7c21 100644 (file)
@@ -491,11 +491,11 @@ public class JalviewAppLoader
     {
       resolvedPath = directoryPath + targetPath;
     }
-    if (JalviewLite.debug)
-    {
-      System.err.println(
-              "resolveUrlForLocalOrAbsolute returning " + resolvedPath);
-    }
+    // if (debug)
+    // {
+    // System.err.println(
+    // "resolveUrlForLocalOrAbsolute returning " + resolvedPath);
+    // }
     return resolvedPath;
   }