From 13ffb8b717a47487f41ea5cc740656ad35e18298 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 25 Dec 2020 02:10:26 +0800 Subject: [PATCH] perf: remove console --- dist/index.js | 1 - src/advanced.js | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 3a86fb1..dfc6624 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6084,7 +6084,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); diff --git a/src/advanced.js b/src/advanced.js index fc00f47..f84034a 100644 --- a/src/advanced.js +++ b/src/advanced.js @@ -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);