Skip to content

Commit bee3e84

Browse files
committed
unused debug code
1 parent 8eb05be commit bee3e84

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/io/openapiprocessor/maven/ProcessMojo.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ public class ProcessMojo extends AbstractMojo {
4444

4545
@Override
4646
public void execute () throws MojoExecutionException, MojoFailureException {
47-
System.out.println ("openapi-processor!!!");
48-
System.out.println (apiPath);
49-
System.out.println (id);
50-
5147
try {
5248
Map<String, Object> properties = createProperties ();
5349

0 commit comments

Comments
 (0)