Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Dec 18, 2024
1 parent cbaac73 commit 7ee5b8a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const PoliticalChoropleths: React.FC<PoliticalChoroplethsProps> = ({
: 'none'
const { data: dataByBoundary } = useDataByBoundary({ report, boundaryType })
const showBoundaryNames = report.displayOptions?.display.showBoundaryNames
console.log('show boundary names', showBoundaryNames)
const map = useLoadedMap()
const [selectedBoundary, setSelectedBoundary] = useAtom(selectedBoundaryAtom)
useClickOnBoundaryEvents(visibility === 'visible' ? tileset : null)
Expand Down

0 comments on commit 7ee5b8a

Please sign in to comment.