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

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

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)
}