Comment out console log for server start
This commit is contained in:
@@ -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}`);
|
||||
});
|
||||
Reference in New Issue
Block a user