Remove debug messages.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user