瀏覽代碼

Remove debug messages.

Ben Alex 21 年之前
父節點
當前提交
565c2e580b
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

+ 0 - 6
core/src/main/java/org/acegisecurity/intercept/AbstractSecurityInterceptor.java

@@ -271,12 +271,6 @@ public abstract class AbstractSecurityInterceptor implements InitializingBean,
     }
 
     protected InterceptorStatusToken beforeInvocation(Object object) {
-        if (this.context != null) {
-            System.out.println("xx");
-        } else {
-            System.out.println("null");
-        }
-
         if (object == null) {
             throw new IllegalArgumentException("Object was null");
         }