Skip to content

Commit

Permalink
Remove debugging log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Dec 12, 2022
1 parent b7b875e commit dd7c3ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions lib/init-action-post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/init-action-post.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/init-action-post.ts
Expand Up @@ -78,8 +78,6 @@ async function runWrapper() {
...statusReportBase,
...uploadFailedSarifResult,
};
console.log("status report");
console.log(statusReport);
await sendStatusReport(statusReport);
}

Expand Down

0 comments on commit dd7c3ef

Please sign in to comment.