perf: remove console

This commit is contained in:
xrkffgg
2020-12-25 02:10:26 +08:00
parent b5274335c3
commit 13ffb8b717
2 changed files with 0 additions and 2 deletions

View File

@@ -103,7 +103,6 @@ async function doCheckIssue (owner, repo, issueNumber) {
keyword2.length ?
matchKeyword(issue.data.body, keyword1) && matchKeyword(issue.data.body, keyword2) :
matchKeyword(issue.data.body, keyword1);
console.log(!!checkResult)
}
core.info(`Actions: [check-issue][${!!checkResult}] success!`);
core.setOutput("check-result", !!checkResult);