[RCon] Remove console spam
This commit is contained in:
parent
4e587e91a0
commit
7a9bda58c2
@ -106,7 +106,9 @@ namespace Components
|
|||||||
static std::string outputBuffer;
|
static std::string outputBuffer;
|
||||||
outputBuffer.clear();
|
outputBuffer.clear();
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
Logger::Print("Executing RCon request from %s: %s\n", address.getCString(), command.data());
|
Logger::Print("Executing RCon request from %s: %s\n", address.getCString(), command.data());
|
||||||
|
#endif
|
||||||
|
|
||||||
Logger::PipeOutput([] (std::string output)
|
Logger::PipeOutput([] (std::string output)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user