From fdd30ee5f3018643e31519ee500e33e9a27acd5a Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Sun, 28 Jan 2024 22:29:14 +0100 Subject: [PATCH] country fix --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index e413d8a..ad3281e 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,6 @@ wss.on('connection', (ws, request) => { response.on('end', () => { try { const locationInfo = JSON.parse(data); - console.log(locationInfo.country); if(locationInfo.country === undefined) { logInfo(`Web client \x1b[32mconnected\x1b[0m (${clientIp}) \x1b[90m[${currentUsers}]\x1b[0m`); } else {