Skip to content

Commit dd7c3ef

Browse files
committed
Remove debugging log statements
1 parent b7b875e commit dd7c3ef

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

lib/init-action-post.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action-post.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/init-action-post.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ async function runWrapper() {
7878
...statusReportBase,
7979
...uploadFailedSarifResult,
8080
};
81-
console.log("status report");
82-
console.log(statusReport);
8381
await sendStatusReport(statusReport);
8482
}
8583

0 commit comments

Comments
 (0)