Skip to content

Commit a71f6ae

Browse files
committed
Removed debug output
1 parent e189bf7 commit a71f6ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

audit_workflow_runs.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ async function main() {
255255

256256
const actionsToAudit = parseFromInputFile(actionsToAuditFilename);
257257

258-
console.log("Actions to audit:");
259-
console.log(JSON.stringify(actionsToAudit, null, 2));
260-
261258
const outputFilename = argsOutputFilename || "workflow_audit_results.sljson";
262259

263260
const action_run_results =

0 commit comments

Comments
 (0)