diff options
| author | Fuwn <[email protected]> | 2025-09-27 15:59:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-27 15:59:05 -0700 |
| commit | fd246a6f4d241bcc048265ccbaf4507e3ed65c2a (patch) | |
| tree | a6cc46e0ae059b55bda8fdd9977af14d108332c6 /packages/gateway/src/commands | |
| parent | feat(gateway:moderationAgent): Expand action skipping behaviours (diff) | |
| download | umabotdiscord-fd246a6f4d241bcc048265ccbaf4507e3ed65c2a.tar.xz umabotdiscord-fd246a6f4d241bcc048265ccbaf4507e3ed65c2a.zip | |
fix: Clean up non-essential debug logs
Diffstat (limited to 'packages/gateway/src/commands')
| -rw-r--r-- | packages/gateway/src/commands/utilities.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gateway/src/commands/utilities.ts b/packages/gateway/src/commands/utilities.ts index 38d7bc2..bc9892d 100644 --- a/packages/gateway/src/commands/utilities.ts +++ b/packages/gateway/src/commands/utilities.ts @@ -592,7 +592,6 @@ export const executeBulkRoleAssignment = async ( if (error.code === 10007 || error.message?.includes("Unknown Member")) { notInGuildCount += 1; - console.log(`User ${userId} is no longer in the guild, skipping ...`); } else { errorCount += 1; } |