remove som console.logs
This commit is contained in:
parent
dc5db6f552
commit
a85d67574a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue