mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
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:
@@ -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 } ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user