Log when updating notifications

// FREEBIE
pull/749/head
lilia 9 years ago
parent c39d6687e5
commit 7efdfc95ee

@ -30,6 +30,7 @@
this.clear();
},
update: function() {
console.log('updating notifications', this.length);
extension.notification.clear();
if (this.length === 0) {
return;

Loading…
Cancel
Save