3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

removed leftover console.log

This commit is contained in:
Almeida 2021-05-08 21:04:17 +01:00 committed by almeidx
parent eb61b5a653
commit 28f4fc01c0
No known key found for this signature in database
GPG key ID: 8558FBFF849BD664

View file

@ -78,7 +78,6 @@ export async function runAutomod(pluginData: GuildPluginData<AutomodPluginType>,
}
if (matchResult) {
console.log("matchResult exists");
for (const [actionName, actionConfig] of Object.entries(rule.actions)) {
if (actionConfig == null || actionConfig === false) {
continue;