diff --git a/backend/src/plugins/Automod/triggers/warn.ts b/backend/src/plugins/Automod/triggers/warn.ts index c527194e..545c4437 100644 --- a/backend/src/plugins/Automod/triggers/warn.ts +++ b/backend/src/plugins/Automod/triggers/warn.ts @@ -19,7 +19,6 @@ export const WarnTrigger = automodTrigger()({ if (context.modAction?.type !== "warn") { return; } - console.log(context); // If automatic && automatic turned off -> return if (context.modAction.isAutomodAction && !triggerConfig.automatic) return; // If manual && manual turned off -> return