Skip to content

Commit 138d363

Browse files
authored
Update index.js
1 parent a286c74 commit 138d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function renderComment(data) {
5959
try {
6060
const octokit = github.getOctokit(GITHUB_TOKEN, {log: console});
6161
const context = github.context;
62-
console.log(context)
62+
6363
let markdown = await ejs.renderFile(`${__dirname}/templates/comment.md`, data);
6464
markdown
6565
.replace(/\%/g, '%25')

0 commit comments

Comments
 (0)