diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-11-12 19:46:46 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-11-12 19:46:46 +0000 |
commit | 9db33e1d2526f8e66b601e3d45fde4d965bc88a3 (patch) | |
tree | 701359b207c06b930377009708b91d10d3e53aff /cpp | |
parent | 0823169a6eedf63763099ef5a175593c6d340dd2 (diff) | |
download | qpid-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.cpp | 1 |
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; } |