diff --git a/js/notifications.js b/js/notifications.js index 92d375c713..e00fcd9418 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -30,6 +30,7 @@ this.clear(); }, update: function() { + console.log('updating notifications', this.length); extension.notification.clear(); if (this.length === 0) { return;