From b9053467bb655591142ad27b4f8df66ac7d31adc Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 7 May 2025 19:32:32 +0200 Subject: [PATCH] chore: remove console.log --- src/discord.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/discord.ts b/src/discord.ts index 985543c..d749672 100644 --- a/src/discord.ts +++ b/src/discord.ts @@ -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));