diff options
author | Gordon Sim <gsim@apache.org> | 2007-09-07 09:19:23 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-09-07 09:19:23 +0000 |
commit | cb020e95d54175ca6f64db44e53eca66b932f9af (patch) | |
tree | 42f27c9503b46cd3f333b910248da6d845f01a2f /cpp/lib/broker/SessionHandlerImpl.cpp | |
parent | 442a7a7ec85fed8ce1ea75ef12f06557d5d3df34 (diff) | |
download | qpid-python-cb020e95d54175ca6f64db44e53eca66b932f9af.tar.gz |
Fixes for QPID-581 & QPID-563
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@573516 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/broker/SessionHandlerImpl.cpp')
-rw-r--r-- | cpp/lib/broker/SessionHandlerImpl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/lib/broker/SessionHandlerImpl.cpp b/cpp/lib/broker/SessionHandlerImpl.cpp index 0bea721175..b23432e29d 100644 --- a/cpp/lib/broker/SessionHandlerImpl.cpp +++ b/cpp/lib/broker/SessionHandlerImpl.cpp @@ -138,8 +138,6 @@ void SessionHandlerImpl::initiated(qpid::framing::ProtocolInitiation* header){ client = new qpid::framing::AMQP_ClientProxy(context, header->getMajor(), header->getMinor()); - std::cout << "---------------" << this << std::endl; - //send connection start FieldTable properties; string mechanisms("PLAIN"); |