diff --git a/server/index.js b/server/index.js index dea6f78a1..e9ec11d5b 100644 --- a/server/index.js +++ b/server/index.js @@ -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}:`, JSON.stringify(statusData)); - // ---- END DEBUG LOG ---- // Merge specific fields we care about endpointNodes[targetNodeIndex].cpu = statusData.cpu; endpointNodes[targetNodeIndex].maxcpu = statusData.maxcpu; // Added maxcpu