Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
guilbep committed Apr 25, 2024
1 parent 5fb8bb9 commit 2caca5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/MapLibreMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ onMounted(() => {
positionControl.container.innerHTML = ''
}
})
map.on('load', () => {
// addProjects()
})
map.once('load', () => {
filterLayers()
Expand Down

0 comments on commit 2caca5b

Please sign in to comment.