Log when updating notifications

// FREEBIE
This commit is contained in:
lilia 2016-07-18 16:00:11 -07:00
parent c39d6687e5
commit 7efdfc95ee

View file

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