Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Nov 25, 2015
1 parent 01f36b3 commit c29a525
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ public void handleEvent(RowsSetEvent e) {
AnnotationSet currentAnnotation = annotations.get(view).getSelectedAnnotationSet();
TableModel clusterTableModel = currentAnnotation.getClusterTable().getModel();
ListSelectionModel clusterListSelectionModel = currentAnnotation.getClusterTable().getSelectionModel();
System.out.println("HERE");
//if there are clusters to add or to remove only do it once we have gone through all the clusters - to avoid race conditions.
clusterListSelectionModel.setValueIsAdjusting(true);

Expand Down

0 comments on commit c29a525

Please sign in to comment.