Clean up unused method calling

This commit is contained in:
AkiraFukushima 2020-10-04 21:06:14 +09:00
parent 99f8493638
commit 2ef7ae2a4c
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ export default {
this.$store.dispatch('App/loadPreferences').then(conf => {
this.$i18n.i18next.changeLanguage(conf.language.language)
})
this.$store.dispatch('App/loadProxy')
},
destroyed() {
this.$store.dispatch('App/removeShortcutsEvents')