From 212d383ac1aecf67c4c939a58cf132bc2496b2a8 Mon Sep 17 00:00:00 2001 From: Yurii Date: Tue, 10 Mar 2026 19:41:27 +0200 Subject: [PATCH] cleanup --- client/src/views/notification/badge.js | 1 - 1 file changed, 1 deletion(-) 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(); });