From d75808fefab5202370146b20868456befc4f57c0 Mon Sep 17 00:00:00 2001 From: selankon Date: Wed, 18 Sep 2024 16:58:48 +0200 Subject: [PATCH] chore(meshwide): delete console logs --- plugins/lime-plugin-mesh-wide/src/meshWideQueries.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/lime-plugin-mesh-wide/src/meshWideQueries.tsx b/plugins/lime-plugin-mesh-wide/src/meshWideQueries.tsx index 334c2dea..6bb9bf61 100644 --- a/plugins/lime-plugin-mesh-wide/src/meshWideQueries.tsx +++ b/plugins/lime-plugin-mesh-wide/src/meshWideQueries.tsx @@ -225,12 +225,6 @@ export const useSetLinkReferenceState = ({ }, } as ILinks ); - console.log("linkToUpdate", linkToUpdate); - console.log("newReferenceLinks", newReferenceLinks); - console.log("referenceData", referenceData); - console.log("data[hostname]", data[hostname]); - console.log("hostname", hostname); - console.log("queryKey", queryKey); return doSharedStateApiCall(queryKey, ip); }, ips: Object.keys(nodesToUpdate),