Remove logging for "Skip invoking on" response committed

Fixes gh-3683
This commit is contained in:
Rob Winch 2016-02-25 11:00:16 -06:00
parent 80ca441e88
commit 8c8f499a69

View File

@ -207,8 +207,6 @@ abstract class OnCommittedResponseWrapper extends HttpServletResponseWrapper {
if(!disableOnCommitted) {
onResponseCommitted();
disableOnResponseCommitted();
} else if(logger.isDebugEnabled()){
logger.debug("Skip invoking on");
}
}