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