Skip to content

Commit

Permalink
comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-shah-np committed Nov 7, 2024
1 parent 2671f58 commit 640e20d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playground/src/pages/Components/splitmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,13 @@ const afterMapReady = () => {
splitControl.value?.addTo(lmap.value.leafletObject)
} else {
console.error('$SplitMap or lmap is not available')
console.error('SplitMap or lmap is not available')
}
} catch (error) {
console.error('Error initializing SplitMap control:', error)
}
}
// Hook to run when the component is mounted
</script>

<style lang="scss"></style>

0 comments on commit 640e20d

Please sign in to comment.