From 4c5835e0af41bb42240026e36e4911660c55ff4c Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 7 May 2017 14:51:46 -0700 Subject: [PATCH] Remove remaining call to extension.notification.update --- js/notifications.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/notifications.js b/js/notifications.js index 29f5c1b97..9908b3313 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -69,11 +69,6 @@ iconUrl = last.get('iconUrl'); break; } - extension.notification.update({ - title : title, - message : message, - iconUrl : iconUrl - }); var notification = new Notification(title, { body : message, icon : iconUrl,