diff options
-rw-r--r-- | app/scripts/popup.js | 10 |
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({ |