remove console log

This commit is contained in:
kevmodrome 2020-06-29 13:24:05 +02:00
parent 9761ac21e0
commit 3264441fca
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with 3 additions and 5 deletions

View File

@ -70,8 +70,6 @@ exports.update = async function (ctx) {
const response = await db.put(user)
user._rev = response.rev
console.log(response)
ctx.status = 200
ctx.message = `User ${ctx.request.body.username} updated successfully.`
ctx.body = response