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 }) })