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) {
|
if (!user) {
|
||||||
return error()
|
return error()
|
||||||
}
|
}
|
||||||
console.log(req.body)
|
|
||||||
const { displayName, bio, email } = req.body
|
const { displayName, bio, email } = req.body
|
||||||
const toUpdate = {} as any
|
const toUpdate = {} as any
|
||||||
if (displayName) {
|
if (displayName) {
|
||||||
|
|
Loading…
Reference in a new issue