Remove console.log
This commit is contained in:
@@ -224,7 +224,6 @@ DB.getDB.then((DB)=>{
|
||||
data: req.body.data
|
||||
};
|
||||
let profileObj = new Profile(profile); //validates profile
|
||||
console.log(profileObj)
|
||||
DB.updateProfile(getProfileId(req), profileObj);
|
||||
return res.json({
|
||||
status: "ok"
|
||||
|
||||
Reference in New Issue
Block a user