mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable loggers
This commit is contained in:
parent
8358e21f2d
commit
9e26670d63
1 changed files with 2 additions and 2 deletions
|
|
@ -275,7 +275,7 @@ export default {
|
||||||
// },
|
// },
|
||||||
|
|
||||||
addPrefetch(kind, url, as) {
|
addPrefetch(kind, url, as) {
|
||||||
console.log('prefetching', url)
|
// console.log('prefetching', url)
|
||||||
|
|
||||||
const linkEl = document.createElement('link')
|
const linkEl = document.createElement('link')
|
||||||
|
|
||||||
|
|
@ -375,7 +375,7 @@ export default {
|
||||||
|
|
||||||
await onReady()
|
await onReady()
|
||||||
|
|
||||||
console.log('Youtube Player API ready', JSON.stringify(this.player))
|
// console.log('Youtube Player API ready', JSON.stringify(this.player))
|
||||||
},
|
},
|
||||||
initializeApi () {
|
initializeApi () {
|
||||||
return new Promise( resolve => {
|
return new Promise( resolve => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue