Remove redundent console logs

development
Nikan Dalvand 2019-08-18 11:06:02 +04:30
parent 48eb6ee08c
commit 78b2da710c
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ export default {
props: ['to', 'faded', 'click'],
computed: {
onClick () {
console.log(this.click)
return this.click || (() => {})
}
}

View File

@ -150,7 +150,6 @@ export default {
this.aboutOpen = true
},
closeAbout () {
console.log('close')
this.aboutOpen = false
}
},