ICU-1873 removing excess System.out.println()s
X-SVN-Rev: 8571
This commit is contained in:
parent
2912227ccb
commit
1e9fa9de07
@ -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…
Reference in New Issue
Block a user