Author: mes
Date: 2011-01-24 14:03:35 -0800 (Mon, 24 Jan 2011)
New Revision: 23580

Modified:
   
core3/splash/trunk/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
Log:
cleaned up printlns

Modified: 
core3/splash/trunk/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
===================================================================
--- 
core3/splash/trunk/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
 2011-01-24 22:02:34 UTC (rev 23579)
+++ 
core3/splash/trunk/src/main/java/org/cytoscape/splash/internal/SplashActivator.java
 2011-01-24 22:03:35 UTC (rev 23580)
@@ -61,9 +61,7 @@
 
 
        public void frameworkEvent(FrameworkEvent event) {
-               System.out.println("SPLASH got event: " + event.toString());
                if ( event.getType() == FrameworkEvent.STARTED ) {
-                       System.out.println("SPLASH got framework started 
event");
                        if ( splash != null )
                                splash.hideSplash();
                }

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