Remove brute force debug
This commit is contained in:
parent
244fb8b4ee
commit
53c96d33f0
|
|
@ -92,7 +92,6 @@ public class ClientMixinValidator {
|
||||||
|
|
||||||
private boolean isClientMarked(TypeElement te) {
|
private boolean isClientMarked(TypeElement te) {
|
||||||
for (var marker : getPlatformMarkers(markers)) {
|
for (var marker : getPlatformMarkers(markers)) {
|
||||||
messager.printMessage(Diagnostic.Kind.WARNING, marker.toString());
|
|
||||||
IAnnotationHandle handle = getAnnotationHandle(te, marker);
|
IAnnotationHandle handle = getAnnotationHandle(te, marker);
|
||||||
if(!handle.exists()) continue;
|
if(!handle.exists()) continue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user