Merge pull request #1820 from h3poteto/clean/unused

Clean up unused method calling
This commit is contained in:
AkiraFukushima 2020-10-04 21:11:18 +09:00 committed by GitHub
commit f752496631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')