Skip to content

Commit 70caeb6

Browse files
committed
remove unnecessary log
1 parent 0ff7ac8 commit 70caeb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export class CxInstaller {
4242
}
4343

4444
const architecture = this.getArchitecture();
45-
logger.info(`Platform: ${this.platform}, Arch: ${architecture}`);
4645

4746
return `https://download.checkmarx.com/CxOne/CLI/${cliVersion}/ast-cli_${cliVersion}_${platformData.platform}_${architecture}.${platformData.extension}`;
4847
}

0 commit comments

Comments
 (0)