Skip to content

Commit 8b31be2

Browse files
committed
Remove debug print statement
1 parent 0af1cd9 commit 8b31be2

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

lib/init-action-post.js

Lines changed: 0 additions & 1 deletion
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ async function runWrapper() {
8989
job_status:
9090
(process.env[EnvVar.JOB_STATUS] as JobStatus) ?? JobStatus.Unknown,
9191
};
92-
core.info(
93-
`Sending job_status field as ${
94-
(process.env[EnvVar.JOB_STATUS] as JobStatus) ?? JobStatus.Unknown
95-
}`,
96-
);
9792
await sendStatusReport(statusReport);
9893
}
9994

0 commit comments

Comments
 (0)