mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-08-06 08:53:24 +02:00
remove debug log
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user