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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new c1338d2  chore: remove meaningless log statement
c1338d2 is described below

commit c1338d27ea47a5ea0b34f3a9e71a18bc448cedfe
Author: lburgazzoli <[email protected]>
AuthorDate: Thu Jun 4 17:58:49 2020 +0200

    chore: remove meaningless log statement
---
 .../org/apache/camel/k/tooling/maven/GenerateDependencyListMojo.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateDependencyListMojo.java
 
b/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateDependencyListMojo.java
index 93f71bb..08cc0d8 100644
--- 
a/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateDependencyListMojo.java
+++ 
b/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateDependencyListMojo.java
@@ -64,7 +64,6 @@ public class GenerateDependencyListMojo extends AbstractMojo {
 
     @Override
     public void execute() throws MojoExecutionException, MojoFailureException {
-        getLog().info(">>>" + this.outputFile);
         final Path output = Paths.get(this.outputFile);
 
         try {

Reply via email to