Author: scooter
Date: 2011-06-16 17:52:08 -0700 (Thu, 16 Jun 2011)
New Revision: 25786
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/AbstractNetworkFilter.java
Log:
Remove debugging println's
Modified:
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/AbstractNetworkFilter.java
===================================================================
---
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/AbstractNetworkFilter.java
2011-06-16 22:52:26 UTC (rev 25785)
+++
csplugins/trunk/ucsf/scooter/clusterMaker/src/clusterMaker/algorithms/AbstractNetworkFilter.java
2011-06-17 00:52:08 UTC (rev 25786)
@@ -84,15 +84,15 @@
CyNetwork network = Cytoscape.getCurrentNetwork();
CyAttributes networkAttributes =
Cytoscape.getNetworkAttributes();
String netId = network.getIdentifier();
- System.out.println("Network = "+netId);
+ // System.out.println("Network = "+netId);
if (!networkAttributes.hasAttribute(netId,
ClusterMaker.CLUSTER_TYPE_ATTRIBUTE)) {
clusterAttribute = null;
- System.out.println("No
"+ClusterMaker.CLUSTER_TYPE_ATTRIBUTE+" attribute");
+ // System.out.println("No
"+ClusterMaker.CLUSTER_TYPE_ATTRIBUTE+" attribute");
return new Integer(0);
}
String cluster_type =
networkAttributes.getStringAttribute(netId,
ClusterMaker.CLUSTER_TYPE_ATTRIBUTE);
- System.out.println("cluster type = "+cluster_type);
+ // System.out.println("cluster type = "+cluster_type);
if (networkAttributes.hasAttribute(netId,
ClusterMaker.CLUSTER_ATTRIBUTE)) {
clusterAttribute =
networkAttributes.getStringAttribute(netId, ClusterMaker.CLUSTER_ATTRIBUTE);
for (int i = 0; i < attributeArray.length; i++) {
--
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.