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, 1 insertions, 0 deletions
diff --git a/ui/index.js b/ui/index.js
index 36de88c0d..844e6c417 100644
--- a/ui/index.js
+++ b/ui/index.js
@@ -8,6 +8,7 @@ module.exports = launchApp
const log = require('loglevel')
window.log = log
+log.setLevel('warn')
function launchApp (opts) {
var accountManager = opts.accountManager