From ad02a1821eb18a1618a2d7489220c7d72911d46b Mon Sep 17 00:00:00 2001 From: Saeed Abadiyan Date: Sat, 16 Aug 2025 16:50:05 +0330 Subject: [PATCH] remove the useless console --- app/components/ecosystem/network-graph.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/ecosystem/network-graph.tsx b/app/components/ecosystem/network-graph.tsx index 848da2e..ea8ee7e 100644 --- a/app/components/ecosystem/network-graph.tsx +++ b/app/components/ecosystem/network-graph.tsx @@ -54,7 +54,6 @@ export function NetworkGraph({ onNodeClick}: NetworkGraphProps) { stageid: item.stageid, })) ); - console.log('Fetched nodes:', data); } catch (err: any) { if (err.name === "AbortError") { // ignore