1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Remove line of cruft

This commit is contained in:
Dan Finlay 2016-11-22 16:18:18 -08:00
parent 358440384c
commit 6ebdebc0a5

View File

@ -122,7 +122,6 @@ module.exports = class KeyringController extends EventEmitter {
this.keyrings.push(keyring)
this.configManager.setSelectedAccount(keyring.getAccounts()[0])
return this.persistAllKeyrings()
.then(() => { return })
}
return
})