We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cc5d1 commit 2e299a1Copy full SHA for 2e299a1
jabel-javac-plugin/src/main/java/com/github/bsideup/jabel/JabelJavacProcessor.java
@@ -130,7 +130,7 @@ static public class PreviewFeatureCheckOverride {
130
*/
131
@Advice.OnMethodExit
132
static public boolean isPreview(Source.Feature feature) {
133
- System.out.println("hi there! Feature being set to NOT preview: " + feature);
+ log.debug("hi there! Feature being set to NOT preview: " + feature);
134
return false;
135
}
136
0 commit comments