mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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) {
|
||||
console.log('prefetching', url)
|
||||
// console.log('prefetching', url)
|
||||
|
||||
const linkEl = document.createElement('link')
|
||||
|
||||
|
|
@ -375,7 +375,7 @@ export default {
|
|||
|
||||
await onReady()
|
||||
|
||||
console.log('Youtube Player API ready', JSON.stringify(this.player))
|
||||
// console.log('Youtube Player API ready', JSON.stringify(this.player))
|
||||
},
|
||||
initializeApi () {
|
||||
return new Promise( resolve => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue