Browse Source

Remove debug messages.

Ben Alex 21 years ago
parent
commit
565c2e580b

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