aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-30 08:33:56 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-30 08:33:56 +0800
commitfd5dad136fafb8c40d74ede5ff68fe909b08166a (patch)
tree64f41dcebdf6df63bc7b5f12569a5c0587b676aa /app/scripts
parent742a0e0dfefdaa9833077cf0e9f507b66488fef4 (diff)
downloadtangerine-wallet-browser-fd5dad136fafb8c40d74ede5ff68fe909b08166a.tar.gz
tangerine-wallet-browser-fd5dad136fafb8c40d74ede5ff68fe909b08166a.tar.zst
tangerine-wallet-browser-fd5dad136fafb8c40d74ede5ff68fe909b08166a.zip
Remove old notification cleanup code
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/popup.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/scripts/popup.js b/app/scripts/popup.js
index 90b90a7af..096b56115 100644
--- a/app/scripts/popup.js
+++ b/app/scripts/popup.js
@@ -74,22 +74,12 @@ function getCurrentDomain (cb) {
})
}
-function clearNotifications(){
- extension.notifications.getAll(function (object) {
- for (let notification in object){
- extension.notifications.clear(notification)
- }
- })
-}
-
function setupApp (err, opts) {
if (err) {
alert(err.stack)
throw err
}
- clearNotifications()
-
var container = document.getElementById('app-content')
MetaMaskUi({