Remove console logs
This commit is contained in:
parent
5e1cdc8ee8
commit
233b009994
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue