mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
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") {
|
if (context.modAction?.type !== "ban") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(context);
|
|
||||||
// If automatic && automatic turned off -> return
|
// If automatic && automatic turned off -> return
|
||||||
if (context.modAction.isAutomodAction && !triggerConfig.automatic) return;
|
if (context.modAction.isAutomodAction && !triggerConfig.automatic) return;
|
||||||
// If manual && manual turned off -> return
|
// If manual && manual turned off -> return
|
||||||
|
|
Loading…
Add table
Reference in a new issue