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 | feba9f15a20a50e54cd408ef48ae4242f6c7ac1b (patch) | |
tree | 7b2c06c796f2d6799aff333661dedda3b787e129 /qpid/cpp | |
parent | 36a2e847b30095fe69f0bd2f2b70cd2676c97078 (diff) | |
download | qpid-python-feba9f15a20a50e54cd408ef48ae4242f6c7ac1b.tar.gz |
- removed debug
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594271 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r-- | qpid/cpp/src/qpid/broker/SemanticState.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/SemanticState.cpp b/qpid/cpp/src/qpid/broker/SemanticState.cpp index 52975ea96e..2b57c66645 100644 --- a/qpid/cpp/src/qpid/broker/SemanticState.cpp +++ b/qpid/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; } |