Remove debug messages.

This commit is contained in:
Ben Alex 2004-10-30 23:32:28 +00:00
parent 8d11de1b1d
commit 565c2e580b
1 changed files with 0 additions and 6 deletions

View File

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