diff --git a/server/managers/BinaryManager.js b/server/managers/BinaryManager.js index e937beb1..63c87e7b 100644 --- a/server/managers/BinaryManager.js +++ b/server/managers/BinaryManager.js @@ -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}`) } }