Remove debug printing from libs/ffbinaries

This commit is contained in:
mikiher 2023-12-07 08:50:45 +02:00
parent 67ccd2c1fb
commit 699a658df9

View File

@ -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()
}