Remove console logs
This commit is contained in:
parent
5e1cdc8ee8
commit
233b009994
|
@ -62,9 +62,7 @@ export default Vue.extend({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
console.log('mount')
|
|
||||||
if (!this.usingElectron) {
|
if (!this.usingElectron) {
|
||||||
console.log('wha')
|
|
||||||
this.getPlaylistInformationInvidious()
|
this.getPlaylistInformationInvidious()
|
||||||
} else {
|
} else {
|
||||||
switch (this.backendPreference) {
|
switch (this.backendPreference) {
|
||||||
|
|
Loading…
Reference in New Issue