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')}`);