Skip to content

Commit

Permalink
fix: remove console.log (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonlunn authored Nov 16, 2024
1 parent b55540b commit 4ecfc61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/maps/GlobalMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export const GlobalMap: React.FC<GlobalMapProps> = ({
crags: true
})

console.log('mapinstance', mapInstance);


const setActiveFeatureVisual = (feature: ActiveFeature | null, fState: FeatureState): void => {
if (feature == null || mapInstance == null) return
mapInstance.setFeatureState({
Expand Down

0 comments on commit 4ecfc61

Please sign in to comment.