You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/01/26 17:17:42 UTC

[cxf] 03/03: CXF-7814: wadl2java: support the JAX-RS 2.1 reactive results. Removing debug output

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 79bf4d2cbf76630a4550ddc4dc734e70a70ea463
Author: reta <dr...@gmail.com>
AuthorDate: Sun Jan 26 11:10:51 2020 -0500

    CXF-7814: wadl2java: support the JAX-RS 2.1 reactive results. Removing debug output
    
    (cherry picked from commit 356eb73d5ff15c9e53e0c33f38c690880ad5d444)
---
 .../org/apache/cxf/maven_plugin/wadlto/AbstractCodeGeneratorMojo.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/AbstractCodeGeneratorMojo.java b/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/AbstractCodeGeneratorMojo.java
index 9980cd2..f2a621e 100644
--- a/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/AbstractCodeGeneratorMojo.java
+++ b/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/AbstractCodeGeneratorMojo.java
@@ -411,7 +411,6 @@ public abstract class AbstractCodeGeneratorMojo extends AbstractMojo {
                     BusFactory.setThreadDefaultBus(bus);
                 }
                 try {
-                    System.out.print(java.util.Arrays.toString(args));
                     new WADLToJava(args).run(new ToolContext());
                 } catch (Throwable e) {
                     getLog().debug(e);