mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-21 00:26:01 +02:00
Remove redundant console.log() message
This commit is contained in:
parent
3d2b2e43b1
commit
2c453a34ee
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ class GithubAssetDownloader {
|
|||
// Set executable permission for Linux
|
||||
if (process.platform !== 'win32') {
|
||||
await fs.chmod(outputPath, 0o755)
|
||||
console.log(`Set executable permissions for ${outputPath}`)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue