Skip to content

Commit

Permalink
got rid of console. successfully pushed to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolina Capetillo committed Oct 3, 2023
1 parent 2edb89d commit 7c79bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,6 @@ export default {
},
getSymbol (zoom) {
if (zoom === 'Mosaic deg.') {
console.log('test')
return 'degree-input'
} else if (zoom === 'Mosaic arcmin.') return 'arcmin-input'
return '' // return an empty string if there is no match
Expand Down

0 comments on commit 7c79bcb

Please sign in to comment.