diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 48138e7..5a1b410 100644 --- a/app/(main)/ClientComponents/Global.tsx +++ b/app/(main)/ClientComponents/Global.tsx @@ -57,7 +57,6 @@ export async function Global({ countries = [] }: GlobalProps) { if (pointsWithin.features.length === 0) { const centroid = turf.centroid(feature); const [lng, lat] = centroid.geometry.coordinates; - console.log(countryCode, lng, lat); map.addPin({ lat, lng,