aboutsummaryrefslogtreecommitdiffstats
path: root/ui/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/index.js')
-rw-r--r--ui/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/index.js b/ui/index.js
index 1a65f813c..932054027 100644
--- a/ui/index.js
+++ b/ui/index.js
@@ -14,7 +14,7 @@ log.setLevel(debugMode ? 'debug' : 'warn')
function launchApp (opts) {
var accountManager = opts.accountManager
actions._setBackgroundConnection(accountManager)
-
+ debugger
// check if we are unlocked first
accountManager.getState(function (err, metamaskState) {
if (err) throw err