Remove redundent console logs
parent
48eb6ee08c
commit
78b2da710c
|
|
@ -17,7 +17,6 @@ export default {
|
|||
props: ['to', 'faded', 'click'],
|
||||
computed: {
|
||||
onClick () {
|
||||
console.log(this.click)
|
||||
return this.click || (() => {})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@ export default {
|
|||
this.aboutOpen = true
|
||||
},
|
||||
closeAbout () {
|
||||
console.log('close')
|
||||
this.aboutOpen = false
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue