Skip to content

Commit 6bf11a8

Browse files
committed
remove console logs
1 parent f594f25 commit 6bf11a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

discord-commits/index.mjs

-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ const extraEmbeds = stringToBoolean(core.getInput("include-extras")) ? template.
1414

1515
const embed = stringOrFalse(core.getInput("embed")) || JSON.stringify(template.embed)
1616

17-
console.log({ github })
18-
console.log({ core })
19-
console.log({ context: github.context})
20-
2117
const DATA = {
2218
env: { ...process.env },
2319
github: { ...github },
@@ -30,7 +26,6 @@ if (lastCommitOnly) {
3026
}
3127

3228
let embeds = github.context.payload.commits.map(commit => {
33-
console.log({ commit })
3429
return parseTemplate({
3530
...DATA,
3631
commit: createCommit(commit),

0 commit comments

Comments
 (0)