From 391ed633e62508e305f10a1f34680a4fb452f6ba Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sat, 27 Aug 2022 16:37:18 +0800 Subject: [PATCH] remove console --- src/views/StateSync.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/StateSync.vue b/src/views/StateSync.vue index ea0b5d8a..45040630 100644 --- a/src/views/StateSync.vue +++ b/src/views/StateSync.vue @@ -126,7 +126,6 @@ trust_period = "168h" # 2/3 of unbonding time` } this.$http.getNodeInfo().then(res => { this.version = res.application_version.version - console.log(res) this.daemon = res.application_version.app_name }) })