mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
removed leftover console.log
This commit is contained in:
parent
eb61b5a653
commit
28f4fc01c0
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ export async function runAutomod(pluginData: GuildPluginData<AutomodPluginType>,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matchResult) {
|
if (matchResult) {
|
||||||
console.log("matchResult exists");
|
|
||||||
for (const [actionName, actionConfig] of Object.entries(rule.actions)) {
|
for (const [actionName, actionConfig] of Object.entries(rule.actions)) {
|
||||||
if (actionConfig == null || actionConfig === false) {
|
if (actionConfig == null || actionConfig === false) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Reference in a new issue