Skip to content

Commit

Permalink
I don't see the point of this print anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Dec 1, 2024
1 parent 906305b commit 0c2b953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/discord/modules/discord-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 0c2b953

Please sign in to comment.