remove duplicate controller.

This commit is contained in:
Kevin Serrano 2016-12-16 11:24:05 -08:00
parent 0abb42cbb8
commit 085abb79cf
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
1 changed files with 0 additions and 3 deletions

View File

@ -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)