remove console

This commit is contained in:
liangping 2023-06-15 06:22:54 +08:00
parent be758e92b9
commit b8b53d2fe9

View File

@ -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) => {