server: remove unnecessary console.log

pull/104/head
Max Leiter 4 years ago
parent 519b6cdc71
commit a3c733f82e
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -54,7 +54,7 @@ user.put("/profile",
if (!user) {
return error()
}
console.log(req.body)
const { displayName, bio, email } = req.body
const toUpdate = {} as any
if (displayName) {

Loading…
Cancel
Save