mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
removed leftover console.log
This commit is contained in:
parent
697c31b7bb
commit
d95477ef95
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
Add a link
Reference in a new issue