Skip to content

Commit

Permalink
Merge pull request #7 from quipper/remove-debug-log
Browse files Browse the repository at this point in the history
🔥 refactor(function.ts): remove unnecessary console.log statement for…
  • Loading branch information
chaspy authored Feb 25, 2024
2 parents 2d3fe57 + 4af041f commit 4f2cc08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default SlackFunction(
if (!inputs.question.match(regex)) {
// Botへのメンションで無ければ終了
console.log(`${inputs.question} does not match with ${botUserId}`);
console.log("CI/CD test");
return await { outputs: {} };
}

Expand Down

0 comments on commit 4f2cc08

Please sign in to comment.