console.log() removed

This commit is contained in:
ManjaroOne666 2019-02-04 20:58:22 +00:00
parent 367934cdd5
commit b57ff0547f
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@ export default {
created () {
this.$store.dispatch('navigation/load')
.then(() => {
console.log('navigation/load complete')
})
},
mounted () {