Author: ruschein
Date: 2011-01-21 11:49:25 -0800 (Fri, 21 Jan 2011)
New Revision: 23545

Modified:
   
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableRowUpdateServiceImpl.java
Log:
Removed debugging statements.

Modified: 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableRowUpdateServiceImpl.java
===================================================================
--- 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableRowUpdateServiceImpl.java
     2011-01-21 19:33:37 UTC (rev 23544)
+++ 
core3/model-impl/trunk/impl/src/main/java/org/cytoscape/model/internal/CyTableRowUpdateServiceImpl.java
     2011-01-21 19:49:25 UTC (rev 23545)
@@ -40,7 +40,6 @@
        CyTableRowUpdateServiceImpl(final CyEventHelper eventHelper,
                                    final CyServiceRegistrar serviceRegistrar)
        {
-System.err.println("Entering constructor for CyTableRowUpdateServiceImpl");
                this.eventHelper = eventHelper;
                this.serviceRegistrar = serviceRegistrar;
                tableToListenersMap = new HashMap<CyTable, 
Set<CyTableRowUpdateMicroListener>>();
@@ -53,7 +52,6 @@
                final Dictionary emptyProps = new Hashtable();
                serviceRegistrar.registerService(this, 
RowsAboutToChangeListener.class, emptyProps);
                serviceRegistrar.registerService(this, 
RowsFinishedChangingListener.class, emptyProps);
-System.err.println("Exiting constructor for CyTableRowUpdateServiceImpl");
        }
        
        @Override

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