ICU-10774 remove a stray logln
X-SVN-Rev: 36849
This commit is contained in:
parent
2361aa8c1d
commit
d88d618181
@ -2108,9 +2108,6 @@ void LocaleTest::checkRegisteredCollators(const char *expectExtra) {
|
||||
// 1. add all of OLD
|
||||
for(int32_t i=0;i<count1;i++) {
|
||||
const UnicodeString key(oldList[i].getName(), "");
|
||||
if(!strcmp(oldList[i].getName(),"haw")) {
|
||||
infoln("Note: old had 'haw'");
|
||||
}
|
||||
int32_t oldI = oldHash.puti(key, 1, status);
|
||||
if( oldI == 1 ){
|
||||
errln("Error: duplicate key %s in Collator::getAvailableLocales(count) list.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user