mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix(global): remove console
This commit is contained in:
parent
1c345d16a9
commit
e49a4b5b2a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user