diff --git a/src/components/notifications/Context/components/Action/components/NotificationsGroups/index.js b/src/components/notifications/Context/components/Action/components/NotificationsGroups/index.js index 055aa75d..ee48d81f 100644 --- a/src/components/notifications/Context/components/Action/components/NotificationsGroups/index.js +++ b/src/components/notifications/Context/components/Action/components/NotificationsGroups/index.js @@ -76,7 +76,6 @@ class NotificationsGroup extends PureComponent { // }, // ]; const notificationGroups = this.groupNotifications(notifications); - console.log(notificationGroups); const sortedNotifications = this.sortByPriority(notificationGroups); return (