Skip to content

Commit b8757fb

Browse files
committed
Merge branch 'discvr-21.3' of https://github.com/BimberLab/DiscvrLabKeyModules into discvr-21.3
2 parents 8e88719 + 96ec106 commit b8757fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jbrowse/src/org/labkey/jbrowse/JBrowseController.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,6 @@ public Object execute(GetSessionForm form, BindException errors) throws Exceptio
767767
try (InputStream is = new FileInputStream(jsonFile))
768768
{
769769
resp = new JSONObject(IOUtils.toString(is, StandardCharsets.UTF_8));
770-
//String url = resp.getJSONArray("plugins").getJSONObject(0).getString("url");
771-
//url = url.replace("<CONTEXT_PATH>", AppProps.getInstance().getContextPath());
772-
//resp.getJSONArray("plugins").getJSONObject(0).put("url", url);
773-
//System.out.println(resp);
774770
}
775771
}
776772
else

0 commit comments

Comments
 (0)