Remove leftover console.log()

This commit is contained in:
Dragory 2021-04-29 02:15:06 +03:00
parent 74cc58aeaa
commit ec81f63b5d
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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