aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-23 08:18:18 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-23 08:18:18 +0800
commit6ebdebc0a5287bce18947fff3e7812bcac43ce36 (patch)
tree3b18e5b80e9493d0badd25657cf7e08ab93d7633 /app
parent358440384c769c82fec148e7a24e3e4f6366b4b4 (diff)
downloadtangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.tar
tangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.tar.gz
tangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.tar.bz2
tangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.tar.lz
tangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.tar.xz
tangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.tar.zst
tangerine-wallet-browser-6ebdebc0a5287bce18947fff3e7812bcac43ce36.zip
Remove line of cruft
Diffstat (limited to 'app')
-rw-r--r--app/scripts/keyring-controller.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/scripts/keyring-controller.js b/app/scripts/keyring-controller.js
index c736fa1f6..4fa2b4ee8 100644
--- a/app/scripts/keyring-controller.js
+++ b/app/scripts/keyring-controller.js
@@ -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
})