Преглед на файлове

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");
 		}
 	}