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

Remove debug output

This commit is contained in:
Dark 2021-04-10 00:32:06 +02:00
parent 067149c9fc
commit 731eb70080
No known key found for this signature in database
GPG key ID: 384C4B4F5B1E25A8

View file

@ -19,7 +19,6 @@ export const WarnTrigger = automodTrigger<WarnTriggerResultType>()({
if (context.modAction?.type !== "warn") {
return;
}
console.log(context);
// If automatic && automatic turned off -> return
if (context.modAction.isAutomodAction && !triggerConfig.automatic) return;
// If manual && manual turned off -> return