mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Remove debug printing from libs/ffbinaries
This commit is contained in:
parent
67ccd2c1fb
commit
699a658df9
@ -197,7 +197,6 @@ function downloadUrls(components, urls, opts, callback) {
|
|||||||
var oldpath = path.join(LOCAL_CACHE_DIR, zipFilename)
|
var oldpath = path.join(LOCAL_CACHE_DIR, zipFilename)
|
||||||
const zip = new StreamZip.async({ file: oldpath })
|
const zip = new StreamZip.async({ file: oldpath })
|
||||||
const count = await zip.extract(null, destinationDir)
|
const count = await zip.extract(null, destinationDir)
|
||||||
console.log(`Extracted ${count} entries`)
|
|
||||||
await zip.close()
|
await zip.close()
|
||||||
cb()
|
cb()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user