remove console log

This commit is contained in:
kevmodrome 2020-06-29 13:24:05 +02:00
parent d284dd0b02
commit ba3046a1ca
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