remove debug output

This commit is contained in:
Lars Kühne 2002-09-28 17:48:22 +00:00
parent d28a2aa39e
commit c2afeecbf7
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ public class LocalizedMessage
return MessageFormat.format(pattern, mArgs);
}
catch (MissingResourceException ex) {
ex.printStackTrace();
// If the Check author didn't provide i18n resource bundles
// and logs error messages directly, this will return
// the author's original message