From 89fa7d3177534cb886b9fbcf7732e7c1d816fd0e Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 15 May 2019 15:57:18 +0200 Subject: [PATCH] delete console.log --- .../components/Action/components/NotificationsGroups/index.js | 1 - 1 file changed, 1 deletion(-) 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 (