mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1358 from MetaMask/kumavis-patch-1
notification-manager - remove promise listener
This commit is contained in:
commit
1641dc92f5
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
- Fix bug where error was reported in debugger console when Chrome opened a new window.
|
||||||
|
|
||||||
## 3.6.0 2017-4-25
|
## 3.6.0 2017-4-25
|
||||||
|
|
||||||
- Add Rinkeby Test Network to our network list.
|
- Add Rinkeby Test Network to our network list.
|
||||||
|
@ -24,9 +24,6 @@ class NotificationManager {
|
|||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
})
|
})
|
||||||
.catch((reason) => {
|
|
||||||
log.error('failed to create poupup', reason)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user