diff --git a/src/renderer/App.js b/src/renderer/App.js index da30e444..eca320ba 100644 --- a/src/renderer/App.js +++ b/src/renderer/App.js @@ -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')