git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e22e2
)
JAL-3613 remove debug code committed in error
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 18 May 2020 08:39:55 +0000
(09:39 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 18 May 2020 08:39:55 +0000
(09:39 +0100)
src/jalview/util/BrowserLauncher.java
patch
|
blob
|
history
diff --git
a/src/jalview/util/BrowserLauncher.java
b/src/jalview/util/BrowserLauncher.java
index
87e57fd
..
0bc09cc
100755
(executable)
--- 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[]