corrects Platform.openURL
[jalview.git] / src / jalview / util / Platform.java
index e4348d5..fea40c3 100644 (file)
@@ -447,8 +447,6 @@ public class Platform
   {
     if (!isJS())
     {
-       // BH note -- this next line is brought into Platform, as it is Java-only.
-      BrowserLauncher.openURL(url);
       return false;
     }
     /**