Skip to content

Commit c29a525

Browse files
committed
Removed println
1 parent 01f36b3 commit c29a525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/autoannotate/AutoAnnotationManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ public void handleEvent(RowsSetEvent e) {
209209
AnnotationSet currentAnnotation = annotations.get(view).getSelectedAnnotationSet();
210210
TableModel clusterTableModel = currentAnnotation.getClusterTable().getModel();
211211
ListSelectionModel clusterListSelectionModel = currentAnnotation.getClusterTable().getSelectionModel();
212-
System.out.println("HERE");
213212
//if there are clusters to add or to remove only do it once we have gone through all the clusters - to avoid race conditions.
214213
clusterListSelectionModel.setValueIsAdjusting(true);
215214

0 commit comments

Comments
 (0)