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