mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1873 removing excess System.out.println()s
X-SVN-Rev: 8571
This commit is contained in:
parent
2912227ccb
commit
1e9fa9de07
1 changed files with 0 additions and 2 deletions
|
@ -95,9 +95,7 @@ public class ICULocaleData {
|
|||
* class path?
|
||||
*/
|
||||
private static ResourceBundle instantiateBundle(String name, Locale l) {
|
||||
System.out.println("instantiating " + name + " locale: " + l);
|
||||
ResourceBundle rb = ResourceBundle.getBundle(name, l);
|
||||
System.out.println("instantiate returning: " + rb);
|
||||
return rb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue