diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-12-17 03:24:05 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-12-17 03:24:05 +0800 |
commit | 085abb79cfe68a63af98cdb2458898816dd43e10 (patch) | |
tree | d7f700bed9c06a44bb60bc344db5e52e3c8af283 | |
parent | 0abb42cbb80b17e19bc53756fe19cc7f0b61a603 (diff) | |
download | tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.tar tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.tar.gz tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.tar.bz2 tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.tar.lz tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.tar.xz tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.tar.zst tangerine-wallet-browser-085abb79cfe68a63af98cdb2458898816dd43e10.zip |
remove duplicate controller.
-rw-r--r-- | app/scripts/metamask-controller.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js index 65eda7342..b22d53d11 100644 --- a/app/scripts/metamask-controller.js +++ b/app/scripts/metamask-controller.js @@ -21,9 +21,6 @@ module.exports = class MetamaskController { this.noticeController = new NoticeController({ configManager: this.configManager, }) - this.noticeController = new NoticeController({ - configManager: this.configManager, - }) this.provider = this.initializeProvider(opts) this.ethStore = new EthStore(this.provider) this.idStore.setStore(this.ethStore) |