Skip to content

Commit ef8f4ce

Browse files
author
Omer Bareket
committed
remove the --defender-debug
1 parent f3710ca commit ef8f4ce

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/defender-client.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,6 @@ async function runDefenderCli(inputArgs: string[], successfulExitCodes: number[]
178178
}
179179
}
180180

181-
let systemDebug = tl.getVariable("system.debug");
182-
183-
if (systemDebug == 'true') {
184-
// Add verbose logging if system debug is enabled
185-
tool.arg('--defender-debug');
186-
}
187-
188181
} catch (error) {
189182
console.error('Exception occurred while initializing Defender CLI:');
190183
tl.setResult(tl.TaskResult.Failed, error);

0 commit comments

Comments
 (0)