mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 16:22:45 +02:00
Remove debug printing from libs/ffbinaries
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user