From 7efdfc95eebdb65b7c150bb93c2bd3b4be2b97a0 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 18 Jul 2016 16:00:11 -0700 Subject: [PATCH] Log when updating notifications // FREEBIE --- js/notifications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/notifications.js b/js/notifications.js index 92d375c7..e00fcd94 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;