ICU-2055 remove debugging code

X-SVN-Rev: 16834
This commit is contained in:
Ram Viswanadha 2004-11-12 00:49:47 +00:00
parent 9d4709a71e
commit 4e7f18eaec

View File

@ -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;
}