mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-13 07:32:13 +00:00
Remove logging for "Skip invoking on" response committed
Fixes gh-3683
This commit is contained in:
parent
80ca441e88
commit
8c8f499a69
@ -207,8 +207,6 @@ abstract class OnCommittedResponseWrapper extends HttpServletResponseWrapper {
|
|||||||
if(!disableOnCommitted) {
|
if(!disableOnCommitted) {
|
||||||
onResponseCommitted();
|
onResponseCommitted();
|
||||||
disableOnResponseCommitted();
|
disableOnResponseCommitted();
|
||||||
} else if(logger.isDebugEnabled()){
|
|
||||||
logger.debug("Skip invoking on");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user