Remove leftover console.log()
This commit is contained in:
parent
74cc58aeaa
commit
ec81f63b5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue