Author: ruschein
Date: 2011-07-19 13:28:57 -0700 (Tue, 19 Jul 2011)
New Revision: 26213

Modified:
   
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
Log:
Removed accidentally committed debug statements.

Modified: 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
===================================================================
--- 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
    2011-07-19 20:28:00 UTC (rev 26212)
+++ 
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/creation/CreateNetworkViewTask.java
    2011-07-19 20:28:57 UTC (rev 26213)
@@ -60,8 +60,6 @@
                taskMonitor.setProgress(-1.0);
 
                try {
-System.err.println("************************************* start network view 
creation");
-long start=System.currentTimeMillis();
                        // By calling this task, actual view will be created 
even if it's a
                        // large network.
                        final CyNetworkView view = 
viewFactory.getNetworkView(network, false);
@@ -69,12 +67,7 @@
                        
                        // Apply layout only when it is necessary.
                        if(layouts != null)
-                               {
-System.err.println("************************************* inserting layout 
task");
                                this.insertTasksAfterCurrentTask(new 
ApplyPreferredLayoutTask(view, layouts));
-                               }
-long end=System.currentTimeMillis();
-System.err.println("************************************* end network view 
creation"+(end-start)+"ms");
                } catch (Exception e) {
                        throw new Exception("Could not create network view for 
network: "
                                        + 
network.getCyRow().get(CyTableEntry.NAME, String.class), e);

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