We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb05be commit bee3e84Copy full SHA for bee3e84
1 file changed
src/main/java/io/openapiprocessor/maven/ProcessMojo.java
@@ -44,10 +44,6 @@ public class ProcessMojo extends AbstractMojo {
44
45
@Override
46
public void execute () throws MojoExecutionException, MojoFailureException {
47
- System.out.println ("openapi-processor!!!");
48
- System.out.println (apiPath);
49
- System.out.println (id);
50
-
51
try {
52
Map<String, Object> properties = createProperties ();
53
0 commit comments