mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-09-10 17:58:02 +02:00
Removed console logs.
This commit is contained in:
parent
fc655bc0e2
commit
faa0a833e2
@ -337,7 +337,6 @@ export default {
|
||||
})
|
||||
},
|
||||
async resolveImages() {
|
||||
console.log(this.coversFound)
|
||||
const resolvedImages = await Promise.all(
|
||||
this.coversFound.map((cover) => {
|
||||
return new Promise((resolve) => {
|
||||
@ -362,7 +361,6 @@ export default {
|
||||
})
|
||||
)
|
||||
this.sortedCovers = resolvedImages
|
||||
console.log('Resolved covers:', this.sortedCovers)
|
||||
return this.sortedCovers
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user