Remove console.log
This commit is contained in:
parent
c96eeb7668
commit
98faad9129
|
@ -29,7 +29,6 @@ const url = '/api/orders'
|
||||||
await fetch(url)
|
await fetch(url)
|
||||||
.then(r => r.json())
|
.then(r => r.json())
|
||||||
.then(body => {
|
.then(body => {
|
||||||
console.log(body)
|
|
||||||
orders.value = body
|
orders.value = body
|
||||||
})
|
})
|
||||||
.catch(console.error)
|
.catch(console.error)
|
||||||
|
|
Loading…
Reference in New Issue