Remove console.log

This commit is contained in:
Adolfo Reyna
2021-11-28 21:20:15 -08:00
parent 8a72998612
commit 9406b40ed4

View File

@@ -224,7 +224,6 @@ DB.getDB.then((DB)=>{
data: req.body.data data: req.body.data
}; };
let profileObj = new Profile(profile); //validates profile let profileObj = new Profile(profile); //validates profile
console.log(profileObj)
DB.updateProfile(getProfileId(req), profileObj); DB.updateProfile(getProfileId(req), profileObj);
return res.json({ return res.json({
status: "ok" status: "ok"