Skip to content

Commit 063445a

Browse files
committed
removed console log
1 parent 010ba64 commit 063445a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/wrapper/CxWrapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export class CxWrapper {
147147

148148
async triageShow(projectId: string, similarityId: string, scanType: string ): Promise<CxCommandOutput> {
149149
const commands: string[] = [CxConstants.CMD_TRIAGE, CxConstants.SUB_CMD_SHOW, CxConstants.PROJECT_ID, projectId, CxConstants.SIMILARITY_ID, similarityId, CxConstants.SCAN_TYPES_SUB_CMD, scanType];
150-
console.log("COMANDO " + commands)
151150
commands.push(...this.initializeCommands(true));
152151
const exec = new ExecutionService();
153152
return await exec.executeCommands(this.config.pathToExecutable, commands, CxConstants.PREDICATE_TYPE);

0 commit comments

Comments
 (0)