Author: ruschein
Date: 2010-07-08 12:49:41 -0700 (Thu, 08 Jul 2010)
New Revision: 20853

Modified:
   corelibs/trunk/equations/src/org/cytoscape/equations/AbstractFunction.java
Log:
Removed a debugging print statement.

Modified: 
corelibs/trunk/equations/src/org/cytoscape/equations/AbstractFunction.java
===================================================================
--- corelibs/trunk/equations/src/org/cytoscape/equations/AbstractFunction.java  
2010-07-08 19:45:16 UTC (rev 20852)
+++ corelibs/trunk/equations/src/org/cytoscape/equations/AbstractFunction.java  
2010-07-08 19:49:41 UTC (rev 20853)
@@ -146,9 +146,7 @@
                        }
 
                        if (!currentArgDescriptor.isCompatibleWith(argType))
-{System.err.println("actual argument type is " + argType);
                                return false;
-}
                        else if (currentArgDescriptor.acceptsMultipleArgs())
                                ++currentArgCount;
                        else // We have a single matching argument and need to 
move on to the next arg descriptor.

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