mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +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)
|
||||
const zip = new StreamZip.async({ file: oldpath })
|
||||
const count = await zip.extract(null, destinationDir)
|
||||
console.log(`Extracted ${count} entries`)
|
||||
await zip.close()
|
||||
cb()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user