console.log() removed
This commit is contained in:
parent
367934cdd5
commit
b57ff0547f
|
@ -98,9 +98,6 @@ export default {
|
|||
|
||||
created () {
|
||||
this.$store.dispatch('navigation/load')
|
||||
.then(() => {
|
||||
console.log('navigation/load complete')
|
||||
})
|
||||
},
|
||||
|
||||
mounted () {
|
||||
|
|
Loading…
Reference in New Issue