Remove duplicated conditional statement in ResponseProcessCookies
This commit is contained in:
parent
de5c6a237a
commit
8aea7da1df
|
@ -116,9 +116,7 @@ public class ResponseProcessCookies implements HttpResponseInterceptor {
|
|||
cookieStore.addCookie(cookie);
|
||||
|
||||
if (LOG.isDebugEnabled()) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("{} Cookie accepted [{}]", exchangeId, formatCookie(cookie));
|
||||
}
|
||||
LOG.debug("{} Cookie accepted [{}]", exchangeId, formatCookie(cookie));
|
||||
}
|
||||
} catch (final MalformedCookieException ex) {
|
||||
if (LOG.isWarnEnabled()) {
|
||||
|
|
Loading…
Reference in New Issue