From fbf5cfa7d249e2734908fd4d57cd84fcf7a16496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Castro?= <36093456+Scroody@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:56:21 -0300 Subject: [PATCH] Update bigbluebutton-html5/imports/ui/components/notifications/container.jsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ramón Souza --- .../imports/ui/components/notifications/container.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/notifications/container.jsx b/bigbluebutton-html5/imports/ui/components/notifications/container.jsx index 3ff2414a80..a1e754bb2a 100644 --- a/bigbluebutton-html5/imports/ui/components/notifications/container.jsx +++ b/bigbluebutton-html5/imports/ui/components/notifications/container.jsx @@ -9,7 +9,6 @@ import UserService from '/imports/ui/components/user-list/service'; export default injectIntl(withTracker(({ intl }) => { NotificationsCollection.find({}).observe({ added: (obj) => { - console.log({obj}); NotificationsCollection.remove(obj); if (obj.messageId === 'app.userList.guest.pendingGuestAlert') {