remove som console.logs
This commit is contained in:
parent
dc5db6f552
commit
a85d67574a
|
@ -11,7 +11,6 @@
|
|||
loading = true
|
||||
const id = $params.application
|
||||
const res = await del(`/api/${id}`)
|
||||
console.log(res)
|
||||
const json = await res.json()
|
||||
|
||||
loading = false
|
||||
|
|
|
@ -115,8 +115,6 @@ exports.delete = async function(ctx) {
|
|||
recursive: true,
|
||||
})
|
||||
|
||||
console.log
|
||||
|
||||
ctx.status = 200
|
||||
ctx.message = `Application ${app.name} deleted successfully.`
|
||||
ctx.body = result
|
||||
|
|
Loading…
Reference in New Issue