From: gmungoc Date: Mon, 18 May 2020 08:39:55 +0000 (+0100) Subject: JAL-3613 remove debug code committed in error X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4c5a5acfdbbca27883389d46b52c0e4cc5881b30;p=jalview.git JAL-3613 remove debug code committed in error --- diff --git a/src/jalview/util/BrowserLauncher.java b/src/jalview/util/BrowserLauncher.java index 87e57fd..0bc09cc 100755 --- a/src/jalview/util/BrowserLauncher.java +++ b/src/jalview/util/BrowserLauncher.java @@ -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[]