Log when updating notifications
// FREEBIE
This commit is contained in:
parent
c39d6687e5
commit
7efdfc95ee
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
this.clear();
|
||||
},
|
||||
update: function() {
|
||||
console.log('updating notifications', this.length);
|
||||
extension.notification.clear();
|
||||
if (this.length === 0) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue