1
0

Remove unused code in renderer.js

This commit is contained in:
2025-05-26 06:44:01 +02:00
parent cafab04d2d
commit 206330d9bf

View File

@@ -690,8 +690,6 @@ folders.forEach(folderObj => {
};
*/
ipcMain.handle('get-daily-commit-stats', () => store.get('dailyCommitStats') || {});
// Hole die Commit-Stats beim Laden der Seite
window.electronAPI.getDailyCommitStats().then(stats => {
const today = new Date().toISOString().slice(0, 10);