From 271a45e2b05c72f82430bd0ac003668da3687555 Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 27 Mar 2021 18:58:14 +0100 Subject: [PATCH] Cleanup --- src/renderer/App.js | 1 - 1 file changed, 1 deletion(-) 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')