summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-11-12 19:46:46 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-11-12 19:46:46 +0000
commit9db33e1d2526f8e66b601e3d45fde4d965bc88a3 (patch)
tree701359b207c06b930377009708b91d10d3e53aff /cpp
parent0823169a6eedf63763099ef5a175593c6d340dd2 (diff)
downloadqpid-python-9db33e1d2526f8e66b601e3d45fde4d965bc88a3.tar.gz
- removed debug
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@594271 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/broker/SemanticState.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SemanticState.cpp b/cpp/src/qpid/broker/SemanticState.cpp
index 52975ea96e..2b57c66645 100644
--- a/cpp/src/qpid/broker/SemanticState.cpp
+++ b/cpp/src/qpid/broker/SemanticState.cpp
@@ -261,7 +261,6 @@ SemanticState::ConsumerImpl::ConsumerImpl(SemanticState* _parent,
bool SemanticState::ConsumerImpl::deliver(QueuedMessage& msg)
{
-std::cout << " SemanticState::ConsumerImpl::deliver()" << windowing << "- " << ackExpected << std:: endl <<std::flush;
if (!parent->getSession().isAttached()) {
return false;
}