Remove console.log
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user