ICU-2055 remove debugging code
X-SVN-Rev: 16834
This commit is contained in:
parent
9d4709a71e
commit
4e7f18eaec
@ -151,7 +151,8 @@ public class LDMLUtilities {
|
||||
if(ignoreIfNoneAvailable==true && isAvailable==false){
|
||||
return null ;
|
||||
}
|
||||
|
||||
/*
|
||||
* debugging code
|
||||
try {
|
||||
OutputStreamWriter writer = new OutputStreamWriter(
|
||||
new FileOutputStream("./" + File.separator + locale
|
||||
@ -161,6 +162,7 @@ public class LDMLUtilities {
|
||||
} catch (IOException e) {
|
||||
//throw the exceptionaway .. this is for debugging
|
||||
}
|
||||
*/
|
||||
return full;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user