JAL-3613 remove debug code committed in error
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 18 May 2020 08:39:55 +0000 (09:39 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 18 May 2020 08:40:49 +0000 (09:40 +0100)
src/jalview/util/BrowserLauncher.java

index 87e57fd..0bc09cc 100755 (executable)
@@ -523,10 +523,6 @@ public class BrowserLauncher
    */
   private static Object locateBrowser()
   {
-    if (true)
-    {
-      return "/Volumes/Macintosh HD/Applications/Firefox.app/Contents/MacOS/firefox";
-    }
     if (browser != null)
     {
       return browser;
@@ -715,7 +711,7 @@ public class BrowserLauncher
    */
   public static void openURL(String url) throws IOException
   {
-    if (false && !loadedWithoutErrors)
+    if (!loadedWithoutErrors)
     {
       throw new IOException(MessageManager
               .formatMessage("exception.browser_not_found", new String[]