[ServerCommand]: Removed 'Com_Printf' info.

This commit is contained in:
JerryALT 2024-03-29 20:24:41 +03:00
parent f60ee578e3
commit 0291c1be3e

View File

@ -12,8 +12,8 @@ namespace Components
void ServerCommand::DispatchServerCommand(const char* cmd, int cmdArgCount)
{
Game::Com_Printf(0, "Command Name %s\n", cmd);
Game::Com_Printf(0, "Command Argument Count %d\n", cmdArgCount);
//Game::Com_Printf(0, "Command Name %s\n", cmd);
//Game::Com_Printf(0, "Command Argument Count %d\n", cmdArgCount);
if (const auto itr = ServerCommands.begin(); itr != ServerCommands.end())
{