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:
parent
067149c9fc
commit
731eb70080
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ export const WarnTrigger = automodTrigger<WarnTriggerResultType>()({
|
||||||
if (context.modAction?.type !== "warn") {
|
if (context.modAction?.type !== "warn") {
|
||||||
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
Add a link
Reference in a new issue