Skip to content

Commit

Permalink
fix(global): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Nov 20, 2024
1 parent 1c345d1 commit e49a4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(main)/ClientComponents/Global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e49a4b5

Please sign in to comment.