removed unnecessary if

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1492613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christian Grobmeier
2013-06-13 10:30:31 +00:00
parent 5c7868f0d8
commit 89cd538a53
@@ -177,9 +177,6 @@ public class I18nInterceptor extends AbstractInterceptor {
final String result = invocation.invoke();
if (LOG.isDebugEnabled()) {
LOG.debug("after Locale=#0", invocation.getStack().findValue("locale"));
}
if (LOG.isDebugEnabled()) {
LOG.debug("intercept } ");
}