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