1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-26 07:51:36 +00:00

delete console.log

This commit is contained in:
slowbackspace 2019-05-15 15:57:18 +02:00
parent 2524f1b2be
commit 89fa7d3177

View File

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