diff --git a/routes/profile.js b/routes/profile.js index cc7dd7c..ac3f15e 100644 --- a/routes/profile.js +++ b/routes/profile.js @@ -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"