Skip to content

Commit 4b6714b

Browse files
author
Bot
committed
remove debug output
1 parent 78a753c commit 4b6714b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

actions/add-code-submission-to-db.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ const main = async () => {
1414

1515
let prBody;
1616

17-
console.log(JSON.stringify(context, null, 2));
18-
console.log(JSON.stringify(context.pull_request, null, 2));
19-
2017
if (context.payload.pull_request) {
2118
prBody = context.payload.pull_request.body;
2219
} else {

0 commit comments

Comments
 (0)