diff --git a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java index d3c410b28..9bcae5f28 100644 --- a/src/checkstyle/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java +++ b/src/checkstyle/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java @@ -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