From 89cd538a53ce2f683ab9e84b604e9e9a63af5b4d Mon Sep 17 00:00:00 2001 From: Christian Grobmeier Date: Thu, 13 Jun 2013 10:30:31 +0000 Subject: [PATCH] removed unnecessary if git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1492613 13f79535-47bb-0310-9956-ffa450edef68 --- .../com/opensymphony/xwork2/interceptor/I18nInterceptor.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java b/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java index 96061d477..f8f9dceb2 100644 --- a/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java +++ b/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/I18nInterceptor.java @@ -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 } "); }