Remove unnecessary code comments in server.js

This commit is contained in:
2025-05-28 07:18:07 +02:00
parent c1fbcf464b
commit e8ad727daa

View File

@@ -110,7 +110,6 @@ wss.on('connection', (socket) => {
spiritIntervalMs: SPIRIT_INTERVAL_MS
}));
// KEIN nextSpirit() hier!
// Timer starten, falls es der erste Client ist:
if (wss.clients.size === 1) {