Merge pull request #1820 from h3poteto/clean/unused
Clean up unused method calling
This commit is contained in:
commit
f752496631
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue