From 9406b40ed4e0c3c35c1a5a7f7a1749fbcbb8366c Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Sun, 28 Nov 2021 21:20:15 -0800 Subject: [PATCH] Remove console.log --- routes/profile.js | 1 - 1 file changed, 1 deletion(-) 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"