remove console
This commit is contained in:
parent
be758e92b9
commit
b8b53d2fe9
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user