mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
revert: Remove potentially problematic maxcpu debug log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user