From b83f4849c2371b6584443695b18f18e65fb318db Mon Sep 17 00:00:00 2001 From: Daniel Spaude Date: Wed, 15 Feb 2023 12:14:36 -0500 Subject: [PATCH] remove commented code and log() --- packages/nc-gui/components/smartsheet/Map.vue | 2 -- packages/nc-gui/composables/useMapViewDataStore.ts | 4 ---- 2 files changed, 6 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/Map.vue b/packages/nc-gui/components/smartsheet/Map.vue index f512acefd4..dc536543dd 100644 --- a/packages/nc-gui/components/smartsheet/Map.vue +++ b/packages/nc-gui/components/smartsheet/Map.vue @@ -189,7 +189,6 @@ watch([formattedData, mapMetaData, markersClusterGroupRef], () => { addMarker(lat, long, row) }) - // syncCount() }) watch(view, async (nextView) => { @@ -201,7 +200,6 @@ watch(view, async (nextView) => { const count = computed(() => paginationData.value.totalRows) -// syncCount()