delete console.log

pull/554/head
slowbackspace 5 years ago
parent 2524f1b2be
commit 89fa7d3177

@ -76,7 +76,6 @@ class NotificationsGroup extends PureComponent {
// }, // },
// ]; // ];
const notificationGroups = this.groupNotifications(notifications); const notificationGroups = this.groupNotifications(notifications);
console.log(notificationGroups);
const sortedNotifications = this.sortByPriority(notificationGroups); const sortedNotifications = this.sortByPriority(notificationGroups);
return ( return (

Loading…
Cancel
Save