remove debug log

This commit is contained in:
Anton Roslund
2025-04-19 22:05:26 +02:00
parent 7248cfbdf8
commit c0ceb4793d
-2
View File
@@ -33,8 +33,6 @@ async function firmwareVersionGraph() {
count
}));
console.log(statsArray)
// Sort by firmware version descending
const sorted = statsArray.sort((a, b) => b.version.localeCompare(a.version));