remove console

This commit is contained in:
liangping 2022-08-27 16:37:18 +08:00
parent ab83fa3d46
commit 391ed633e6

View File

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