Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdichmann committed Aug 29, 2018
1 parent 2f88060 commit 1a39c7b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,7 @@ public void itemClick(ItemClickEvent event) {
if (visualize) {
// LOG.debug("Is resource null?: " + String.valueOf(res == null));
BrowserFrame frame = new BrowserFrame(datasetFileName, res);

// Label label = new Label(datasetFileName);

// subContent.addComponent(label);

subContent.addComponent(frame);


Expand Down

0 comments on commit 1a39c7b

Please sign in to comment.