Author: scooter
Date: 2011-08-26 14:05:40 -0700 (Fri, 26 Aug 2011)
New Revision: 26639

Modified:
   
csplugins/trunk/ucsf/scooter/namedSelection/src/namedSelection/NamedSelection.java
Log:
Comment out debugging statements.


Modified: 
csplugins/trunk/ucsf/scooter/namedSelection/src/namedSelection/NamedSelection.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/namedSelection/src/namedSelection/NamedSelection.java
  2011-08-25 23:24:41 UTC (rev 26638)
+++ 
csplugins/trunk/ucsf/scooter/namedSelection/src/namedSelection/NamedSelection.java
  2011-08-26 21:05:40 UTC (rev 26639)
@@ -156,7 +156,7 @@
                                
netView.addGraphViewChangeListener(groupPanel.getTree());
                                netView.removeNodeContextMenuListener(this);
                                netView.addNodeContextMenuListener(this);
-                               System.out.println("NETWORK_LOADED: 
"+network.getTitle());
+                               // System.out.println("NETWORK_LOADED: 
"+network.getTitle());
                        }
 /*
                } else if (e.getPropertyName() == Cytoscape.SESSION_LOADED &&
@@ -174,7 +174,7 @@
                        }
 */
                } else if (e.getPropertyName() == 
CytoscapeDesktop.NETWORK_VIEW_CREATED) {
-                       System.out.println("NETWORK_VIEW_CREATED: 
"+((CyNetworkView)e.getNewValue()).getNetwork().getTitle());
+                       // System.out.println("NETWORK_VIEW_CREATED: 
"+((CyNetworkView)e.getNewValue()).getNetwork().getTitle());
                        // Add menu to the context dialog
                        
((CyNetworkView)e.getNewValue()).removeNodeContextMenuListener(this);
                        
((CyNetworkView)e.getNewValue()).addNodeContextMenuListener(this);

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