From 940cd96863e72c20260adab879bac306e2016772 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Sun, 12 Mar 2017 22:58:16 -0400 Subject: [PATCH] NO-JIRA Removing Systeml.out left by mistake --- .../artemis/core/management/impl/ActiveMQServerControlImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java index 9c8c66f4ab89..734933a61452 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java @@ -741,7 +741,6 @@ public String createQueue(String address, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) throws Exception { - System.out.println("Target===================================called!"); checkStarted(); clearIO();