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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d155f5  NO-JIRA removing System.out left by accident
5d155f5 is described below

commit 5d155f585e4cf4bdc7b8e03e276cfc267e923f61
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Mon May 6 08:56:45 2019 -0400

    NO-JIRA removing System.out left by accident
---
 .../activemq/artemis/core/server/management/ManagementConnector.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/ManagementConnector.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/ManagementConnector.java
index 1f53d49..36113c6 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/ManagementConnector.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/management/ManagementConnector.java
@@ -59,7 +59,6 @@ public class ManagementConnector implements ActiveMQComponent 
{
 
       connectorServerFactory = new ConnectorServerFactory();
       connectorServerFactory.setServer(mbeanServer);
-      System.out.println("ServiceURL::" + configuration.getServiceUrl());
       connectorServerFactory.setServiceUrl(configuration.getServiceUrl());
       
connectorServerFactory.setRmiServerHost(configuration.getConnectorHost());
       connectorServerFactory.setObjectName(new 
ObjectName(configuration.getObjectName()));

Reply via email to