1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

remove som console.logs

This commit is contained in:
kevmodrome 2020-07-07 14:47:27 +02:00
parent dc5db6f552
commit a85d67574a
No known key found for this signature in database
GPG key ID: E8F9CD141E63BF38
2 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@
loading = true loading = true
const id = $params.application const id = $params.application
const res = await del(`/api/${id}`) const res = await del(`/api/${id}`)
console.log(res)
const json = await res.json() const json = await res.json()
loading = false loading = false

View file

@ -115,8 +115,6 @@ exports.delete = async function(ctx) {
recursive: true, recursive: true,
}) })
console.log
ctx.status = 200 ctx.status = 200
ctx.message = `Application ${app.name} deleted successfully.` ctx.message = `Application ${app.name} deleted successfully.`
ctx.body = result ctx.body = result