Remove debug messages.
This commit is contained in:
parent
8d11de1b1d
commit
565c2e580b
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue