Skip to content

Commit

Permalink
Merge pull request #391 from internxt/chore/remove-event-handled-log
Browse files Browse the repository at this point in the history
[_] chore: removed event handled log
  • Loading branch information
apsantiso authored Sep 9, 2024
2 parents 81a8cd6 + 7d98316 commit 8d8fa22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
Expand Down

0 comments on commit 8d8fa22

Please sign in to comment.