ICU-871 Removed debug printlns

X-SVN-Rev: 13381
This commit is contained in:
Syn Wee Quek 2003-10-09 23:28:39 +00:00
parent 3f9a740b77
commit f2051508d7

View File

@ -485,7 +485,6 @@ public class CollationIteratorTest extends TestFmwk {
CollationTest.backAndForth(this, iter);
}
*/
System.out.println("codepoint " + Integer.toHexString(codepoint));
iter = en_us.getCollationElementIterator(source.toString());
// A basic test to see if it's working at all
CollationTest.backAndForth(this, iter);