fix(global): remove console

This commit is contained in:
hamster1963 2024-11-20 23:54:07 +08:00
parent 1c345d16a9
commit e49a4b5b2a

View File

@ -57,7 +57,6 @@ export async function Global({ countries = [] }: GlobalProps) {
if (pointsWithin.features.length === 0) { if (pointsWithin.features.length === 0) {
const centroid = turf.centroid(feature); const centroid = turf.centroid(feature);
const [lng, lat] = centroid.geometry.coordinates; const [lng, lat] = centroid.geometry.coordinates;
console.log(countryCode, lng, lat);
map.addPin({ map.addPin({
lat, lat,
lng, lng,