From e49a4b5b2abcdf5447c332b560a5b8f0abf07869 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 20 Nov 2024 23:54:07 +0800 Subject: [PATCH] fix(global): remove console --- app/(main)/ClientComponents/Global.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/(main)/ClientComponents/Global.tsx b/app/(main)/ClientComponents/Global.tsx index 48138e78..5a1b4100 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,