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