Author: mes
Date: 2010-09-23 17:18:36 -0700 (Thu, 23 Sep 2010)
New Revision: 22044

Modified:
   
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/setcurrent/SetCurrentNetworkTask.java
Log:
removed println

Modified: 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/setcurrent/SetCurrentNetworkTask.java
===================================================================
--- 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/setcurrent/SetCurrentNetworkTask.java
  2010-09-24 00:16:42 UTC (rev 22043)
+++ 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/setcurrent/SetCurrentNetworkTask.java
  2010-09-24 00:18:36 UTC (rev 22044)
@@ -27,7 +27,6 @@
                this.taskMonitor = taskMonitor;
                Object[] setNetworks = netmgr.getNetworkSet().toArray();
                netmgr.setCurrentNetwork(((CyNetwork) 
setNetworks[setNetworks.length-1]).getSUID());
-               System.out.println("current network ID : " + 
netmgr.getCurrentNetwork().getSUID());
        }
 
        public void cancel() {

-- 
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.

Reply via email to