Skip to content

Commit 177b366

Browse files
committed
remove console log
1 parent f95d9d7 commit 177b366

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ async function runCppcheckOnFileXML(
225225
args.push(filePath);
226226
}
227227
const cwd = findWorkspaceRoot();
228-
console.log('args', args);
229228
proc = cp.spawn(commandPath, args, {
230229
cwd,
231230
});

0 commit comments

Comments
 (0)