Repository: activemq-artemis Updated Branches: refs/heads/master 26f987b69 -> e13e014c6
NO-JIRA Removing System.out left by mistake Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1ce5d1f7 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1ce5d1f7 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1ce5d1f7 Branch: refs/heads/master Commit: 1ce5d1f758d034869d5937c9be4fad9db864950e Parents: 26f987b Author: Clebert Suconic <[email protected]> Authored: Sun Mar 12 22:58:16 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Mon Mar 13 08:58:46 2017 -0400 ---------------------------------------------------------------------- .../artemis/core/management/impl/ActiveMQServerControlImpl.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1ce5d1f7/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java ---------------------------------------------------------------------- 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 9c8c66f..734933a 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 class ActiveMQServerControlImpl extends AbstractControl implements Active int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) throws Exception { - System.out.println("Target===================================called!"); checkStarted(); clearIO();
