From 0c2b9532762aa9a3f3389b378686d07345119909 Mon Sep 17 00:00:00 2001 From: Techbot121 Date: Sun, 1 Dec 2024 12:47:49 +0100 Subject: [PATCH] I don't see the point of this print anymore --- app/services/discord/modules/discord-events.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/discord/modules/discord-events.ts b/app/services/discord/modules/discord-events.ts index 66b236c..7500675 100644 --- a/app/services/discord/modules/discord-events.ts +++ b/app/services/discord/modules/discord-events.ts @@ -41,7 +41,6 @@ export default (bot: DiscordBot): void => { console.log(`Event "${event.name}" ended! Removing roles...`); const users = await GetParticipants(event); if (users.length === 0) { - console.error("[discord-events] wtf??? event has no users? can't remove roles"); return; } users.forEach(usr => {