From e1767457818276b8c7ae46a379dc2373afce21a7 Mon Sep 17 00:00:00 2001 From: "luksor111@gmail.com" Date: Thu, 20 Dec 2012 06:46:15 +0000 Subject: Removed chat messages from console git-svn-id: http://mc-server.googlecode.com/svn/trunk@1082 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ClientHandle.cpp | 1 - 1 file changed, 1 deletion(-) 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()); } } -- cgit v1.2.3