فهرست منبع

Remove logging for "Skip invoking on" response committed

Fixes gh-3683
Rob Winch 9 سال پیش
والد
کامیت
8c8f499a69
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      web/src/main/java/org/springframework/security/web/context/OnCommittedResponseWrapper.java

+ 0 - 2
web/src/main/java/org/springframework/security/web/context/OnCommittedResponseWrapper.java

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