remove console

This commit is contained in:
liangping 2022-04-12 18:15:21 +08:00
parent ed69da1586
commit 489fbd1df1

View File

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