remove log

This commit is contained in:
kevmodrome 2020-06-29 17:21:22 +02:00
parent 4f6283eef2
commit 53d8bc3be7
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with 4 additions and 5 deletions

View File

@ -18,7 +18,6 @@ exports.fetch = async function(ctx) {
key: ["app"],
})
console.log("Apps: ", body)
ctx.body = body.rows.map(row => row.doc)
}