chore: remove console.log

This commit is contained in:
Pihkaal
2025-05-07 19:32:32 +02:00
parent 047803fbbe
commit b9053467bb

View File

@@ -34,7 +34,6 @@ const makeEmbed = (result: QuestResult): DiscordMessage => {
let rewardsEmbed: DiscordEmbed | undefined;
if (env.QUEST_REWARDS) {
console.log(env.QUEST_REWARDS);
const rewardedParticipants = participants
.map((x) => x.username)
.filter((x) => !env.QUEST_EXCLUDE.includes(x));