diff --git a/node/server/server.js b/node/server/server.js index 99cadff..2d4abd4 100644 --- a/node/server/server.js +++ b/node/server/server.js @@ -67,5 +67,5 @@ wss.on('connection', (socket) => { // --- Server Start --- const PORT = process.env.PORT || 3000; server.listen(PORT, () => { - console.log(`Server läuft auf http://localhost:${PORT}`); + //console.log(`Server läuft auf http://localhost:${PORT}`); }); \ No newline at end of file