remove console
This commit is contained in:
parent
be758e92b9
commit
b8b53d2fe9
@ -116,7 +116,6 @@ async function fetchPosition() {
|
|||||||
async function update() {
|
async function update() {
|
||||||
rate.value = '0%';
|
rate.value = '0%';
|
||||||
updatetime.value = new Date();
|
updatetime.value = new Date();
|
||||||
console.log(httpstatus, 'httpstatus')
|
|
||||||
if (httpstatus.value === 200) {
|
if (httpstatus.value === 200) {
|
||||||
fetch(rpc.value)
|
fetch(rpc.value)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user