You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/03/15 02:47:21 UTC

[rocketmq-exporter] branch master updated: fix ci error

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c65bbf  fix ci error
6c65bbf is described below

commit 6c65bbfb78f957f29097e9d8b4ce734887b86643
Author: ShannonDing <li...@163.com>
AuthorDate: Tue Mar 15 10:38:34 2022 +0800

    fix ci error
---
 .../java/org/apache/rocketmq/exporter/RocketMQExporterApplication.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/rocketmq/exporter/RocketMQExporterApplication.java b/src/main/java/org/apache/rocketmq/exporter/RocketMQExporterApplication.java
index d5e65dc..e9d2d3b 100644
--- a/src/main/java/org/apache/rocketmq/exporter/RocketMQExporterApplication.java
+++ b/src/main/java/org/apache/rocketmq/exporter/RocketMQExporterApplication.java
@@ -36,8 +36,6 @@ public class RocketMQExporterApplication implements CommandLineRunner {
     }
 
     @Override public void run(String... args) throws Exception {
-        //System.out.println(args[0]);
-        //System.out.println(args[1]);
         log.info("Start RocketMQExporterApplication: " + args[0] + " And " + args[1]);
     }
 }