Skip to content

Commit 5315939

Browse files
committed
removed log
1 parent b93a8ad commit 5315939

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
@@ -155,7 +155,6 @@ export class CxWrapper {
155155
async triageUpdate(projectId: string, similarityId: string, scanType: string, state: string, comment: string, severity: string): Promise<CxCommandOutput> {
156156
const commands: string[] = [CxConstants.CMD_TRIAGE, CxConstants.SUB_CMD_UPDATE, CxConstants.PROJECT_ID, projectId, CxConstants.SIMILARITY_ID, similarityId, CxConstants.SCAN_TYPES_SUB_CMD, scanType, CxConstants.STATE, state, CxConstants.COMMENT, comment, CxConstants.SEVERITY, severity];
157157
commands.push(...this.initializeCommands(false));
158-
console.log(commands)
159158
const exec = new ExecutionService();
160159
return await exec.executeCommands(this.config.pathToExecutable, commands);
161160
}

0 commit comments

Comments
 (0)