Remove some logs
This commit is contained in:
@@ -32,8 +32,6 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region
|
|||||||
const [nodePositions, setNodePositions] = useState<Record<string, Position>>({});
|
const [nodePositions, setNodePositions] = useState<Record<string, Position>>({});
|
||||||
const svgRef = useRef<SVGSVGElement>(null);
|
const svgRef = useRef<SVGSVGElement>(null);
|
||||||
|
|
||||||
console.log('RegionMap render:', { regionName, focusSystem, isCompact });
|
|
||||||
|
|
||||||
const { data: systems, isLoading, error } = useRegionData(regionName);
|
const { data: systems, isLoading, error } = useRegionData(regionName);
|
||||||
|
|
||||||
// Process connections once when systems or nodePositions change
|
// Process connections once when systems or nodePositions change
|
||||||
|
Reference in New Issue
Block a user