Skip to content

Commit 4cbef30

Browse files
committed
Remove additionalFeatureMsg for now
1 parent 563cb17 commit 4cbef30

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

jbrowse/src/org/labkey/jbrowse/model/JsonFile.java

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,16 @@ private JSONObject getVcfTrack(Logger log, ExpData targetFile, ReferenceGenome r
558558
}
559559

560560
JSONObject json = getExtraTrackConfig();
561-
if (json != null && json.has("additionalFeatureMsg"))
562-
{
563-
getJSONObject("renderer").put("message", json.getString("additionalFeatureMsg"));
564-
}
561+
// TODO: restore this, with testing
562+
// if (json != null && json.has("additionalFeatureMsg"))
563+
// {
564+
// if (!has("renderer"))
565+
// {
566+
// put("renderer", new JSONObject());
567+
// }
568+
//
569+
// getJSONObject("renderer").put("message", json.getString("additionalFeatureMsg"));
570+
// }
565571

566572
if (json != null && json.has("trackHeight"))
567573
{

0 commit comments

Comments
 (0)