Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebTheWizard committed Jan 29, 2023
1 parent f594f25 commit 6bf11a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions discord-commits/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const extraEmbeds = stringToBoolean(core.getInput("include-extras")) ? template.

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

console.log({ github })
console.log({ core })
console.log({ context: github.context})

const DATA = {
env: { ...process.env },
github: { ...github },
Expand All @@ -30,7 +26,6 @@ if (lastCommitOnly) {
}

let embeds = github.context.payload.commits.map(commit => {
console.log({ commit })
return parseTemplate({
...DATA,
commit: createCommit(commit),
Expand Down

0 comments on commit 6bf11a8

Please sign in to comment.