diff --git a/packages/nc-gui/components/cell/GeoData.vue b/packages/nc-gui/components/cell/GeoData.vue index 7bfd052038..fbab6df42c 100644 --- a/packages/nc-gui/components/cell/GeoData.vue +++ b/packages/nc-gui/components/cell/GeoData.vue @@ -139,7 +139,6 @@ const formState = reactive({ }) const handleFinish = () => { - console.log(`handleFinish - formState: `, formState) vModel.value = `${formState.latitude};${formState.longitude}` isExpanded = false } @@ -191,15 +190,15 @@ const onGetCurrentLocation = () => { {{ latLongStr }}