3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

Remove leftover console.log()

This commit is contained in:
Dragory 2021-04-29 02:15:06 +03:00
parent 85e8597234
commit c6237b200c

View file

@ -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