Author: kono
Date: 2012-03-08 14:09:16 -0800 (Thu, 08 Mar 2012)
New Revision: 28456
Modified:
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
Log:
Unnecessary debug message removed.
Modified:
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
===================================================================
---
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
2012-03-08 22:08:19 UTC (rev 28455)
+++
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
2012-03-08 22:09:16 UTC (rev 28456)
@@ -361,8 +361,6 @@
if (currentSelection != null)
columnNameComboBox.setSelectedItem(currentSelection.toString());
-
- System.out.println("New Column Added: " +
columnNameComboBox.getModel().getSize());
}
protected void removeAttribute(final String attributeName) {
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.