From 2d3a9dbc4c9ec3742753823e9172d024b3ee8982 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:51:19 -0500 Subject: [PATCH] Remove extra debug line --- scripts/server/client.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/server/client.js b/scripts/server/client.js index 6b08c18a..3d541fb8 100644 --- a/scripts/server/client.js +++ b/scripts/server/client.js @@ -216,8 +216,6 @@ function initClient(client) { return false; } - logToConsole(LOG_DEBUG, `[AGRP.Account] Initializing client ${getPlayerDisplayForConsole(client)} ...`); - if (playerInitialized[client.index] == true) { logToConsole(LOG_DEBUG | LOG_ERROR, `[AGRP.Account] Client initialization failed for ${getPlayerDisplayForConsole(client)}! (already initialized)`); return false;