]> source.dussan.org Git - aspectj.git/commitdiff
Remove call to System.out 27/head
authorAnuj Dodhia <59048795+capgen628@users.noreply.github.com>
Wed, 2 Dec 2020 22:27:26 +0000 (22:27 +0000)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 22:27:26 +0000 (22:27 +0000)
weaver/src/main/java/org/aspectj/weaver/bcel/AtAjAttributes.java

index ea907f7498cd84f8e1e72f90ee0ef5c130040fc1..6072c0232f1a8d929510c91c95b0df0b0127dbea 100644 (file)
@@ -708,7 +708,6 @@ public class AtAjAttributes {
                if (decpAnno != null) {
                        NameValuePair decpPatternNameValuePair = getAnnotationElement(decpAnno, VALUE);
                        String decpPattern = decpPatternNameValuePair.getValue().stringifyValue();
-                       System.out.println("decpPatterNVP = "+decpPattern);
                        if (decpPattern != null) {
                                TypePattern typePattern = parseTypePattern(decpPattern, struct);
                                ResolvedType fieldType = UnresolvedType.forSignature(struct.field.getSignature()).resolve(
@@ -2023,4 +2022,4 @@ public class AtAjAttributes {
                        return formalName;
                }
        }
-}
\ No newline at end of file
+}