diff --git a/client/src/views/notification/badge.js b/client/src/views/notification/badge.js index 56a72dd613..d0fdf930ef 100644 --- a/client/src/views/notification/badge.js +++ b/client/src/views/notification/badge.js @@ -568,7 +568,6 @@ class NotificationBadgeView extends View { }); this.listenTo(view, 'collection-fetched', () => { - console.log(1); this.checkUpdates(); this.broadcastNotificationsRead(); });