Remove console logs

This commit is contained in:
Preston 2020-08-07 22:17:09 -04:00
parent 5e1cdc8ee8
commit 233b009994
1 changed files with 0 additions and 2 deletions

View File

@ -62,9 +62,7 @@ export default Vue.extend({
}
},
mounted: function () {
console.log('mount')
if (!this.usingElectron) {
console.log('wha')
this.getPlaylistInformationInvidious()
} else {
switch (this.backendPreference) {