server: remove unnecessary console.log
This commit is contained in:
parent
519b6cdc71
commit
a3c733f82e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue