Author: mes
Date: 2012-06-04 16:31:56 -0700 (Mon, 04 Jun 2012)
New Revision: 29449
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
Log:
removed printlns
Modified:
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
===================================================================
---
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
2012-06-04 23:24:01 UTC (rev 29448)
+++
core3/impl/trunk/core-task-impl/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
2012-06-04 23:31:56 UTC (rev 29449)
@@ -86,12 +86,10 @@
taskMonitor.setProgress(0.0);
taskMonitor.setTitle("Creating Network View");
taskMonitor.setStatusMessage("Creating network view...");
- System.out.println("entering create view");
int i = 0;
int viewCount = networks.size();
for (final CyNetwork n : networks) {
- System.out.println("checking network " + n.toString());
if (networkViewManager.getNetworkViews(n).isEmpty()) {
createView(n);
taskMonitor.setStatusMessage("Network view
successfully created for: "
@@ -105,7 +103,6 @@
}
private final void createView(CyNetwork network) throws Exception {
- System.out.println("actually creating view " +
network.toString());
final long start = System.currentTimeMillis();
--
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.