Author: mes
Date: 2011-01-25 14:23:36 -0800 (Tue, 25 Jan 2011)
New Revision: 23615

Modified:
   
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
Log:
removed printlns

Modified: 
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
===================================================================
--- 
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
 2011-01-25 22:04:16 UTC (rev 23614)
+++ 
core3/presentation-api/trunk/src/main/java/org/cytoscape/view/presentation/internal/RenderingEngineManagerImpl.java
 2011-01-25 22:23:36 UTC (rev 23615)
@@ -83,10 +83,8 @@
                // Register default lexicon
                if(id.equals(DEFAULT_FACTORY_ID)) {
                        defaultLexicon = factory.getVisualLexicon();
-                       System.out.println("Default Lexicon found: " + id);
                }
                                
-               System.out.println("\n\nRendering Engine Factory added: " + id);
        }
 
        public void removeRenderingEngineFactory(

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