From 489fbd1df19225850a94439d743d0537a8dcab2d Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Tue, 12 Apr 2022 18:15:21 +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 a8276e35..4b6028c1 100644 --- a/src/views/StateSync.vue +++ b/src/views/StateSync.vue @@ -131,7 +131,6 @@ trust_period = "168h" # 2/3 of unbonding time` }) } this.$http.getNodeInfo().then(res => { - console.log(res) this.version = res.application_version.version }) })