1
0

Remove commented-out code in renderer.js

This commit is contained in:
2025-05-26 09:37:28 +02:00
parent 5e21fc8cf9
commit 78ede2c419

View File

@@ -695,7 +695,6 @@ folders.forEach(folderObj => {
const today = new Date().toISOString().slice(0, 10);
const todayCount = stats[today] || 0;
console.log('Commits heute:', todayCount);
// An deine Katzenanimation weitergeben!
window.updateCatGlow(todayCount);
});