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 13e6338 commit 016faa9Copy full SHA for 016faa9
http-generator-core/src/main/java/io/avaje/http/generator/core/BaseProcessor.java
@@ -71,7 +71,6 @@ public synchronized void init(ProcessingEnvironment processingEnv) {
71
Files.lines(txtFilePath).forEach(controllerFQNs::add);
72
}
73
if (APContext.isTestCompilation()) {
74
- System.out.println("Trying to read: " + controllerFQNs + "from path:" + txtFilePath);
75
controllerFQNs.stream().map(APContext::typeElement).forEach(this::writeClientAdapter);
76
77
} catch (IOException e) {
0 commit comments