Index: gnu/xml/xpath/NameTest.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/xml/xpath/NameTest.java,v retrieving revision 1.6 diff -u -r1.6 NameTest.java --- gnu/xml/xpath/NameTest.java 12 Jan 2006 19:46:59 -0000 1.6 +++ gnu/xml/xpath/NameTest.java 13 Jan 2006 09:35:56 -0000 @@ -72,13 +72,6 @@ } public boolean matches(Node node, int pos, int len) - /*{ - boolean ret = matches2(node, pos, len); - System.out.println(toString()+" matches "+node+"? "+ret); - return ret; - } - - public boolean matches2(Node node, int pos, int len)*/ { switch (node.getNodeType()) {