mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
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…
x
Reference in New Issue
Block a user