diff --git a/src/components/RegionMap.tsx b/src/components/RegionMap.tsx index eab81fc..e86661e 100644 --- a/src/components/RegionMap.tsx +++ b/src/components/RegionMap.tsx @@ -32,8 +32,6 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region const [nodePositions, setNodePositions] = useState>({}); const svgRef = useRef(null); - console.log('RegionMap render:', { regionName, focusSystem, isCompact }); - const { data: systems, isLoading, error } = useRegionData(regionName); // Process connections once when systems or nodePositions change