Log when updating notifications
// FREEBIE
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
this.clear();
|
||||
},
|
||||
update: function() {
|
||||
console.log('updating notifications', this.length);
|
||||
extension.notification.clear();
|
||||
if (this.length === 0) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user