diff --git a/src/modules/[chain]/consensus/index.vue b/src/modules/[chain]/consensus/index.vue index 97f5e267..5957feb2 100644 --- a/src/modules/[chain]/consensus/index.vue +++ b/src/modules/[chain]/consensus/index.vue @@ -116,7 +116,6 @@ async function fetchPosition() { async function update() { rate.value = '0%'; updatetime.value = new Date(); - console.log(httpstatus, 'httpstatus') if (httpstatus.value === 200) { fetch(rpc.value) .then((data) => {