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') {