1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

remove log statement

This commit is contained in:
Peter Clement 2021-09-30 10:39:21 +01:00
parent cfab8165bd
commit 1ba7c89492

View file

@ -75,7 +75,6 @@ exports.update = async function (ctx) {
}
exports.save = async function (ctx) {
console.log(ctx.request.body)
const db = new CouchDB(ctx.appId)
const plus = ctx.request.body.datasource.plus
const fetchSchema = ctx.request.body.fetchSchema