From 33a454193bf811c9a044af40f41b7087993219fd Mon Sep 17 00:00:00 2001 From: svoboda200786 Date: Fri, 16 May 2025 06:24:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bc.js b/bc.js index 21695af..99c9250 100644 --- a/bc.js +++ b/bc.js @@ -84,7 +84,6 @@ io.on('connection', (socket) => { // Запуск HTTP сервера server.listen(BC_APP_INTERNAL_PORT, BC_APP_INTERNAL_HOST, () => { - alert("test"); console.log(`Battle Club HTTP Application Server running at http://${BC_APP_INTERNAL_HOST}:${BC_APP_INTERNAL_PORT}`); console.log(`Socket.IO will be available via proxy at path: ${PUBLIC_PATH_PREFIX}/socket.io`); console.log(`Serving static files from: ${path.join(__dirname, 'public')}`);