Skip to content

Commit 13ffb8b

Browse files
committed
perf: remove console
1 parent b527433 commit 13ffb8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6084,7 +6084,6 @@ async function doCheckIssue (owner, repo, issueNumber) {
60846084
keyword2.length ?
60856085
matchKeyword(issue.data.body, keyword1) && matchKeyword(issue.data.body, keyword2) :
60866086
matchKeyword(issue.data.body, keyword1);
6087-
console.log(!!checkResult)
60886087
}
60896088
core.info(`Actions: [check-issue][${!!checkResult}] success!`);
60906089
core.setOutput("check-result", !!checkResult);

src/advanced.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ async function doCheckIssue (owner, repo, issueNumber) {
103103
keyword2.length ?
104104
matchKeyword(issue.data.body, keyword1) && matchKeyword(issue.data.body, keyword2) :
105105
matchKeyword(issue.data.body, keyword1);
106-
console.log(!!checkResult)
107106
}
108107
core.info(`Actions: [check-issue][${!!checkResult}] success!`);
109108
core.setOutput("check-result", !!checkResult);

0 commit comments

Comments
 (0)