Skip to content

Commit 239aee2

Browse files
authored
Remove debug console.log for processCmd
Remove console.log for processCmd to clean up output.
1 parent 332c2df commit 239aee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/debugger/attachQuickPick/provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export class AttachProcessProvider implements IAttachProcessProvider {
9494
}
9595
const output = await plainExec(processCmd.command, processCmd.args, { throwOnStdErr: true }, customEnvVars);
9696
logProcess(processCmd.command, processCmd.args, { throwOnStdErr: true });
97-
console.log(processCmd);
9897
if (processCmd === WmicProcessParser.wmicCommand) {
9998
return WmicProcessParser.parseProcesses(output.stdout);
10099
} else if (processCmd === PowerShellProcessParser.powerShellCommand ||

0 commit comments

Comments
 (0)