project: Silent Annotation Adder

This commit is contained in:
Pure
2022-04-29 22:59:17 +01:00
parent a159ab4a55
commit ba6fade5ee

View File

@@ -78,7 +78,7 @@ public class AnnotationAdder
return false; return false;
} }
log.info("Changed export from {} to {}", exportedName, methodName); log.debug("Changed export from {} to {}", exportedName, methodName);
m.findAnnotation(DeobAnnotations.EXPORT, true).setElement(methodName); m.findAnnotation(DeobAnnotations.EXPORT, true).setElement(methodName);
return true; return true;
} }