Skip to content

Commit 2e299a1

Browse files
committed
Debug logging
1 parent 77cc5d1 commit 2e299a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jabel-javac-plugin/src/main/java/com/github/bsideup/jabel/JabelJavacProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static public class PreviewFeatureCheckOverride {
130130
*/
131131
@Advice.OnMethodExit
132132
static public boolean isPreview(Source.Feature feature) {
133-
System.out.println("hi there! Feature being set to NOT preview: " + feature);
133+
log.debug("hi there! Feature being set to NOT preview: " + feature);
134134
return false;
135135
}
136136
}

0 commit comments

Comments
 (0)