Remove debug message.

This commit is contained in:
Gunnar Beutner 2013-10-17 14:41:35 +02:00
parent 175bf245a8
commit 9c817f2a49
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ void Endpoint::SetClient(const Stream::Ptr& client)
if (m_Client)
m_Client->Close();
Log(LogInformation, "cluster", "Joining endpoint message thread.");
m_Thread.join();
m_Client = client;