Skip to content

Commit 1641dc9

Browse files
authored
Merge pull request #1358 from MetaMask/kumavis-patch-1
notification-manager - remove promise listener
2 parents 012f837 + a21339d commit 1641dc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Current Master
44

5+
- Fix bug where error was reported in debugger console when Chrome opened a new window.
6+
57
## 3.6.0 2017-4-25
68

79
- Add Rinkeby Test Network to our network list.

app/scripts/lib/notification-manager.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ class NotificationManager {
2424
width,
2525
height,
2626
})
27-
.catch((reason) => {
28-
log.error('failed to create poupup', reason)
29-
})
3027
}
3128
})
3229
}

0 commit comments

Comments
 (0)