aboutsummaryrefslogtreecommitdiffstats
path: root/ui/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/index.js')
-rw-r--r--ui/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/index.js b/ui/index.js
index e3648c374..a729138d3 100644
--- a/ui/index.js
+++ b/ui/index.js
@@ -14,7 +14,6 @@ log.setLevel(global.METAMASK_DEBUG ? 'debug' : 'warn')
function launchMetamaskUi (opts, cb) {
var accountManager = opts.accountManager
actions._setBackgroundConnection(accountManager)
-
// check if we are unlocked first
accountManager.getState(function (err, metamaskState) {
if (err) return cb(err)