This commit is contained in:
Luca 2021-03-27 18:58:14 +01:00
parent b470d7dd5d
commit 271a45e2b0
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ export default Vue.extend({
},
mounted: function () {
this.$store.dispatch('grabUserSettings').then((result) => {
console.log('AFTER GRABBING', result)
this.$store.dispatch('grabHistory')
this.$store.dispatch('grabAllProfiles', this.$t('Profile.All Channels'))
this.$store.dispatch('grabAllPlaylists')