Remove logging for "Skip invoking on" response committed

Fixes gh-734
This commit is contained in:
Vedran Pavic
2017-03-20 20:19:49 +01:00
parent 18ccee051f
commit aeb182712c

View File

@@ -226,9 +226,6 @@ abstract class OnCommittedResponseWrapper extends HttpServletResponseWrapper {
onResponseCommitted();
disableOnResponseCommitted();
}
else if (this.logger.isDebugEnabled()) {
this.logger.debug("Skip invoking on");
}
}
/**