From c2afeecbf7b6c8e2ed6b50516adbe788fd105f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sat, 28 Sep 2002 17:48:22 +0000 Subject: [PATCH] remove debug output --- .../com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java | 1 - 1 file changed, 1 deletion(-) 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