Remove logging for "Skip invoking on" response committed
Fixes gh-3683
This commit is contained in:
parent
9008a7af1d
commit
d0dc47cb66
|
@ -207,8 +207,6 @@ abstract class OnCommittedResponseWrapper extends HttpServletResponseWrapper {
|
|||
if(!disableOnCommitted) {
|
||||
onResponseCommitted();
|
||||
disableOnResponseCommitted();
|
||||
} else if(logger.isDebugEnabled()){
|
||||
logger.debug("Skip invoking on");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue