From 66aa670ce028bcec17e33e97932ce1bb8cf6e32e Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Thu, 24 Apr 2025 16:01:28 +0100 Subject: [PATCH] fix: Remove node status debug log --- server/index.js | 3 --- 1 file changed, 3 deletions(-) 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