j2sNative clean-up. Fixes problem with second try of sequence fetching
[jalview.git] / src / jalview / bin / Jalview.java
index 66375e1..330919b 100755 (executable)
@@ -240,7 +240,7 @@ public class Jalview
   private static void setLogging() 
   {
          // BH - for event debugging in JavaScript (Java mode only)
-    if (!Platform.isJS())// !(/** @j2sNative true ||*/false))
+    if (!Platform.isJS())
     /**
      * Java only
      * 
@@ -290,7 +290,7 @@ public class Jalview
 
     if (!Platform.isJS())
     /**
-     * ignore in JavaScript
+     * Java only
      * 
      * @j2sNative
      */
@@ -838,8 +838,8 @@ public class Jalview
     // And the user
     // ////////////////////
 
-    if (!Platform.isJS() && // /** @j2sNative false && */ // BH 2018
-    !headless && file == null && vamsasImport == null
+    if (!Platform.isJS() && !headless && file == null
+            && vamsasImport == null
             && jalview.bin.Cache.getDefault("SHOW_STARTUP_FILE", true))
     /**
      * Java only