Skip to content

Commit c138428

Browse files
committed
Remove debug leftovers
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent d0e4d28 commit c138428

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/codegen/OpenApiGeneratorCodeGenBase.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@ protected void generate(OpenApiGeneratorOptions options) {
342342
getValues(smallRyeConfig, openApiFilePath, CodegenConfig.ConfigName.USE_DYNAMIC_URL, Boolean.class)
343343
.ifPresent(generator::withUseDynamicUrl);
344344

345-
System.out.println("This is the DYNAMIC URL "
346-
+ getValues(smallRyeConfig, openApiFilePath, CodegenConfig.ConfigName.USE_DYNAMIC_URL, Boolean.class));
347-
348345
generator.generate(basePackage);
349346
}
350347

0 commit comments

Comments
 (0)