revert: Remove potentially problematic maxcpu debug log

This commit is contained in:
courtmanr@gmail.com
2025-04-24 16:11:53 +01:00
parent 16c98dea60
commit 6402f895f1
-3
View File
@@ -851,9 +851,6 @@ async function fetchDiscoveryData() {
// Merge node status if available
if (result.value.nodeStatus) {
const statusData = result.value.nodeStatus;
// ---- START DEBUG LOG ----
console.log(`[Discovery Cycle - ${endpointName}] Merging status for node ${correspondingNodeName}. MaxCPU from API:`, statusData.maxcpu);
// ---- END DEBUG LOG ----
// Merge specific fields we care about
endpointNodes[targetNodeIndex].cpu = statusData.cpu;
endpointNodes[targetNodeIndex].maxcpu = statusData.maxcpu; // Added maxcpu