From ec81f63b5d5d57ace60aef9a9af08a3a256c12b5 Mon Sep 17 00:00:00 2001
From: Dragory <2606411+Dragory@users.noreply.github.com>
Date: Thu, 29 Apr 2021 02:15:06 +0300
Subject: [PATCH] Remove leftover console.log()

---
 backend/src/plugins/Automod/triggers/ban.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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