mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-22 03:39:37 +00:00
Remove debug printing from libs/ffbinaries
This commit is contained in:
parent
67ccd2c1fb
commit
699a658df9
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue