Skip to content

Commit

Permalink
Remove debug printing from libs/ffbinaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiher committed Dec 7, 2023
1 parent 67ccd2c commit 699a658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/libs/ffbinaries/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 699a658

Please sign in to comment.