Skip to content

Commit 3b70af8

Browse files
committed
Dont merge all custom track properties into session JSON
1 parent eff8a5f commit 3b70af8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ else if (TRACK_TYPES.bed.getFileType().isType(targetFile.getFile()))
332332
put(json.getString("category"));
333333
}});
334334
}
335-
336-
ret.putAll(json);
337335
}
338336

339337
return ret;

0 commit comments

Comments
 (0)