Skip to content

Commit ef33eee

Browse files
cushonError Prone Team
authored andcommitted
Fix a println statement left over from ce784a9
PiperOrigin-RevId: 783520994
1 parent ce784a9 commit ef33eee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/google/errorprone/bugpatterns/WellKnownKeep.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ private static boolean exemptedByAnnotation(
206206
}
207207
TypeSymbol tsym = annotationType.tsym;
208208
if (exemptingAnnotations.contains(tsym.getQualifiedName().toString())) {
209-
System.err.println(1);
210209
return true;
211210
}
212211
}

0 commit comments

Comments
 (0)