See gh-24539
This commit is contained in:
Rossen Stoyanchev 2021-02-25 18:33:35 +00:00
parent 8ed7f4703b
commit 8c9c59eba0
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ public abstract class AbstractMessageConverterMethodProcessor extends AbstractMe
if (logger.isDebugEnabled()) {
logger.debug("Ignoring error response content (if any). " + ex);
}
logger.debug(ex.getMessage());
return;
}
throw ex;