diff --git a/src/externals/notifications/listeners/notification.listener.ts b/src/externals/notifications/listeners/notification.listener.ts index 154776da..8040f0dd 100644 --- a/src/externals/notifications/listeners/notification.listener.ts +++ b/src/externals/notifications/listeners/notification.listener.ts @@ -15,7 +15,6 @@ export class NotificationListener { @OnEvent('notification.*') async handleNotificationEvent(event: NotificationEvent) { - Logger.log(`event ${event.name} handled`, this.constructor.name); const apiNotificationURL: string = this.configService.get( 'apis.notifications.url', );