disable log statement

This commit is contained in:
Erik 2022-04-25 18:20:41 +03:00
parent 76e4b08c2f
commit 8ae1e757eb
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -45,7 +45,7 @@ class EventHooker {
return; return;
} }
this.logger.debug(`Handler ${eventName}`); // this.logger.debug(`Handler ${eventName}`);
// Should probably move this elsewhere, but testing this out -- or maybe not, might be the most appropriate place for this // Should probably move this elsewhere, but testing this out -- or maybe not, might be the most appropriate place for this
for (const arg of args) { for (const arg of args) {
if (arg?.guild) arg.guildWrapper = this.target.getGuildWrapper(arg.guild.id); if (arg?.guild) arg.guildWrapper = this.target.getGuildWrapper(arg.guild.id);