Remove extra debug line

This commit is contained in:
Vortrex
2022-10-03 16:51:19 -05:00
parent b4d9371db2
commit 2d3a9dbc4c

View File

@@ -216,8 +216,6 @@ function initClient(client) {
return false; return false;
} }
logToConsole(LOG_DEBUG, `[AGRP.Account] Initializing client ${getPlayerDisplayForConsole(client)} ...`);
if (playerInitialized[client.index] == true) { if (playerInitialized[client.index] == true) {
logToConsole(LOG_DEBUG | LOG_ERROR, `[AGRP.Account] Client initialization failed for ${getPlayerDisplayForConsole(client)}! (already initialized)`); logToConsole(LOG_DEBUG | LOG_ERROR, `[AGRP.Account] Client initialization failed for ${getPlayerDisplayForConsole(client)}! (already initialized)`);
return false; return false;