diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-23 12:49:59 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-23 12:49:59 +0000 |
| commit | 05dafa4c3055169f82fb8b7b469f171285801713 (patch) | |
| tree | 8f94bba382f7fdf90de8233752400b9b43c572b5 /qpid/cpp/src | |
| parent | 8f1789d342b48cf4e037c2daf2a01869819950e4 (diff) | |
| download | qpid-python-05dafa4c3055169f82fb8b7b469f171285801713.tar.gz | |
- removed debug cout
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@587485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/Queue.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.cpp b/qpid/cpp/src/qpid/broker/Queue.cpp index b72cbc5721..df34669dc2 100644 --- a/qpid/cpp/src/qpid/broker/Queue.cpp +++ b/qpid/cpp/src/qpid/broker/Queue.cpp @@ -347,7 +347,6 @@ bool Queue::canAutoDelete() const{ bool Queue::enqueue(TransactionContext* ctxt, Message::shared_ptr msg) { if (msg->isPersistent() && store) { -std::cout << "-------------- enqueue ------------" << std::endl << std::flush; msg->enqueueAsync(this, store); //increment to async counter -- for message sent to more than one queue store->enqueue(ctxt, *msg.get(), *this); return true; |
