Skip to content

Commit

Permalink
remove redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
suaniii committed Dec 29, 2024
1 parent 7332df8 commit b0409d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/userProfileController.js
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ const userProfileController = function (UserProfile, Project) {
if (PROTECTED_EMAIL_ACCOUNT.includes(record.email)) {
updatedDiff = record.modifiedPaths();
}
console.log(`jobTitle: ${record.jobTitle}`);
record
.save()
.then((results) => {
Expand Down

0 comments on commit b0409d6

Please sign in to comment.