Skip to content

Commit 15b7d06

Browse files
remove console.log
1 parent 8cc43b1 commit 15b7d06

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-multilanguage",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Multilanguage easy support to Vue.js 2",
55
"main": "dist/vue-multilanguage.js",
66
"scripts": {

src/vue-multilanguage.js

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ class MultiLanguage {
3535

3636
if (localStorage.getItem('vue-lang') !== null)
3737
this.userLang = localStorage.getItem('vue-lang')
38-
39-
console.log('Linguagem: ' + this.userLang)
4038

4139
window.localStorage.setItem('vue-lang', this.userLang)
4240
}

0 commit comments

Comments
 (0)