We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff7ac8 commit 70caeb6Copy full SHA for 70caeb6
src/main/osinstaller/CxInstaller.ts
@@ -42,7 +42,6 @@ export class CxInstaller {
42
}
43
44
const architecture = this.getArchitecture();
45
- logger.info(`Platform: ${this.platform}, Arch: ${architecture}`);
46
47
return `https://download.checkmarx.com/CxOne/CLI/${cliVersion}/ast-cli_${cliVersion}_${platformData.platform}_${architecture}.${platformData.extension}`;
48
0 commit comments