remove logging

This commit is contained in:
Christoph Kluge
2025-07-23 15:00:10 +02:00
parent 35c0b0be58
commit 4d2c64b012

View File

@@ -204,8 +204,6 @@
},
}));
$inspect($nodesStateCounts?.data?.nodeStates)
const refinedStateData = $derived.by(() => {
return $nodesStateCounts?.data?.nodeStates.filter((e) => ['allocated', 'reserved', 'idle', 'mixed','down', 'unknown'].includes(e.state))
});