1
0

Remove debug log statement from HistoryChartsContent component

This commit is contained in:
Jose
2025-05-18 20:09:09 +02:00
parent 934ac521a3
commit 870933f389

View File

@@ -72,9 +72,6 @@ const HistoryChartsContent = () => {
} }
}); });
console.log("Grouped data:", grouped);
const sortAndExtract = (entries) => { const sortAndExtract = (entries) => {
const sorted = entries.sort((a, b) => a.timestamp - b.timestamp); const sorted = entries.sort((a, b) => a.timestamp - b.timestamp);