Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E527E18386 for ; Fri, 17 Jul 2015 18:19:49 +0000 (UTC) Received: (qmail 63943 invoked by uid 500); 17 Jul 2015 18:19:49 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 63903 invoked by uid 500); 17 Jul 2015 18:19:49 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 63894 invoked by uid 99); 17 Jul 2015 18:19:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 18:19:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE106E01DD; Fri, 17 Jul 2015 18:19:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tabish@apache.org To: commits@activemq.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: activemq-cpp git commit: remove some print statements that got left in. Date: Fri, 17 Jul 2015 18:19:49 +0000 (UTC) Repository: activemq-cpp Updated Branches: refs/heads/master de951c7bf -> 2a113ce30 remove some print statements that got left in. Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/2a113ce3 Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/2a113ce3 Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/2a113ce3 Branch: refs/heads/master Commit: 2a113ce30a1dc414c78b13183725cdeebcd118b6 Parents: de951c7 Author: Timothy Bish Authored: Fri Jul 17 14:19:38 2015 -0400 Committer: Timothy Bish Committed: Fri Jul 17 14:19:38 2015 -0400 ---------------------------------------------------------------------- .../src/main/activemq/core/kernels/ActiveMQConsumerKernel.cpp | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/2a113ce3/activemq-cpp/src/main/activemq/core/kernels/ActiveMQConsumerKernel.cpp ---------------------------------------------------------------------- diff --git a/activemq-cpp/src/main/activemq/core/kernels/ActiveMQConsumerKernel.cpp b/activemq-cpp/src/main/activemq/core/kernels/ActiveMQConsumerKernel.cpp index 3331685..7ab08e5 100644 --- a/activemq-cpp/src/main/activemq/core/kernels/ActiveMQConsumerKernel.cpp +++ b/activemq-cpp/src/main/activemq/core/kernels/ActiveMQConsumerKernel.cpp @@ -379,7 +379,6 @@ namespace { impl->rollbackOnFailedRecoveryRedelivery(); } } else { - std::cout << "TransactionSynhcronization calling acknowledge" << std::endl; consumer->acknowledge(); } consumer->setSynchronizationRegistered(false); @@ -1382,11 +1381,8 @@ void ActiveMQConsumerKernel::acknowledge() { } if (session->isTransacted()) { - std::cout << "Consumer: rollbackOnFailedRecoveryRedelivery" << std::endl; this->internal->rollbackOnFailedRecoveryRedelivery(); - std::cout << "Consumer: doStartTransaction" << std::endl; session->doStartTransaction(); - std::cout << "Consumer: setTransactionId" << std::endl; ack->setTransactionId(session->getTransactionContext()->getTransactionId()); }