File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ var Notifications = function (_React$Component) {
70
70
/// and remove all where uid is not found in the reducer
71
71
systemNotifications . forEach ( function ( notification ) {
72
72
if ( notificationIds . indexOf ( notification . uid ) < 0 ) {
73
- console . log ( 'removing' , _this2 . system ( ) . state . notifications ) ;
74
73
_this2 . system ( ) . removeNotification ( notification . uid ) ;
75
74
}
76
75
} ) ;
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class Notifications extends React.Component {
22
22
/// and remove all where uid is not found in the reducer
23
23
( systemNotifications ) . forEach ( notification => {
24
24
if ( notificationIds . indexOf ( notification . uid ) < 0 ) {
25
- console . log ( 'removing' , this . system ( ) . state . notifications ) ;
26
25
this . system ( ) . removeNotification ( notification . uid ) ;
27
26
}
28
27
} ) ;
You can’t perform that action at this time.
0 commit comments