diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-10-20 01:47:08 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-10-20 01:47:08 +0000 |
| commit | ee922dea4d6faa72daf15cef32cb1f78ee8c3215 (patch) | |
| tree | 6aba2a832a7df3c43331c38e53bee903f3d90a02 /cpp/lib/broker/SessionHandlerImpl.cpp | |
| parent | 02b37ab4a61b56ee8145c9548390807d8d7b6241 (diff) | |
| parent | 6e0d585943d5ca5cdbc3891abc04c1f2d0dabe4b (diff) | |
| download | qpid-python-ee922dea4d6faa72daf15cef32cb1f78ee8c3215.tar.gz | |
Tagging the M2 branch for the final release
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2/Final@586656 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"); |
