Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Siegler committed Feb 23, 2021
1 parent 4ae5fc9 commit 39e82f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/LanguageSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default {
}),
computed: {
languages() {
console.log(this.languageMap.filter(lang => lang.locale !== i18n.locale))
return this.languageMap.filter(lang => lang.locale !== i18n.locale);
},
languageMap() {
Expand Down

0 comments on commit 39e82f3

Please sign in to comment.