Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbernard committed Dec 11, 2023
1 parent e78fe2c commit c68819d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vacs-map-app/src/components/CropCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ const getUrl = (crop) => {
const schemeFolder = colorblindFriendly.value ? 'colorblindFriendly/' : 'default/'
const url = `../assets/img/minimaps/${schemeFolder}${crop}_${selectedModel.value}.svg`
console.log(url)
return new URL(url, import.meta.url).href
}
</script>
Expand Down

0 comments on commit c68819d

Please sign in to comment.