Merge pull request #1358 from MetaMask/kumavis-patch-1

notification-manager - remove promise listener
This commit is contained in:
Dan Finlay 2017-04-28 16:16:31 -07:00 committed by GitHub
commit 1641dc92f5
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Fix bug where error was reported in debugger console when Chrome opened a new window.
## 3.6.0 2017-4-25
- Add Rinkeby Test Network to our network list.

View File

@ -24,9 +24,6 @@ class NotificationManager {
width,
height,
})
.catch((reason) => {
log.error('failed to create poupup', reason)
})
}
})
}