remove log
This commit is contained in:
parent
4f6283eef2
commit
53d8bc3be7
|
@ -18,7 +18,6 @@ exports.fetch = async function(ctx) {
|
|||
key: ["app"],
|
||||
})
|
||||
|
||||
console.log("Apps: ", body)
|
||||
|
||||
ctx.body = body.rows.map(row => row.doc)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue