From 73f8b4692eb32dc1452652c86d2887dd288b1c6d Mon Sep 17 00:00:00 2001 From: yenda Date: Fri, 10 Jan 2020 12:59:32 +0100 Subject: [PATCH] fix #9758 Signed-off-by: yenda --- src/status_im/constants.cljs | 3 ++- src/status_im/node/core.cljs | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/status_im/constants.cljs b/src/status_im/constants.cljs index e1dbac313e..6db5cff80c 100644 --- a/src/status_im/constants.cljs +++ b/src/status_im/constants.cljs @@ -82,7 +82,8 @@ (def default-multiaccount {:preview-privacy? config/blank-preview? :wallet/visible-tokens {:mainnet #{:SNT}} - :currency :usd}) + :currency :usd + :log-level config/log-level-status-go}) (defn default-visible-tokens [chain] (get-in default-multiaccount [:wallet/visible-tokens chain])) diff --git a/src/status_im/node/core.cljs b/src/status_im/node/core.cljs index f5ab40193f..c703173b24 100644 --- a/src/status_im/node/core.cljs +++ b/src/status_im/node/core.cljs @@ -69,12 +69,6 @@ [limit nodes] (take limit (shuffle nodes))) -(defn get-log-level - [multiaccount-settings] - (or (:log-level multiaccount-settings) - (if utils.platform/desktop? "" - config/log-level-status-go))) - (def default-fleets (slurp "resources/config/fleets.json")) (defn fleets [{:keys [custom-fleets]}]