Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2563/com/sun/xacml/finder/impl
Modified Files:
SelectorModule.java
Log Message:
removed a printout
Index: SelectorModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl/SelectorModule.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** SelectorModule.java 12 May 2004 21:25:10 -0000 1.7
--- SelectorModule.java 14 May 2004 18:42:03 -0000 1.8
***************
*** 192,196 ****
try {
// NOTE: see comments in XALAN docs about why this is slow
- System.out.println("asking for: " + rootPath + path);
matches = XPathAPI.selectNodeList(root, rootPath + path, nsNode);
} catch (Exception e) {
--- 192,195 ----
|