Remove commented-out code in server.js

This commit is contained in:
2025-05-28 07:14:20 +02:00
parent ecd352b333
commit f6ead4cbd1

View File

@@ -60,7 +60,6 @@ function pushSpiritToAllClients() {
}
});
console.log(`[Server] Spirit "${spirit.Name}" gesendet (${spiritPos + 1}/${spirits.length})`);
// nextSpirit(); <-- NICHT HIER
}
// --- Timer ---