diff options
Diffstat (limited to 'source/ClientHandle.cpp')
-rw-r--r-- | source/ClientHandle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index 69e2496d3..8148c081e 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -765,7 +765,6 @@ void cClientHandle::HandleChat(const AString & a_Message) a_Message.c_str() ); m_Player->GetWorld()->BroadcastChat(Msg); - LOG("<%s> %s", m_Player->GetName().c_str(), a_Message.c_str()); } } |