mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-871 Removed debug printlns
X-SVN-Rev: 13381
This commit is contained in:
parent
3f9a740b77
commit
f2051508d7
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue