Skip to content

Commit b0409d6

Browse files
committed
remove redundant logging
1 parent 7332df8 commit b0409d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/controllers/userProfileController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,6 @@ const userProfileController = function (UserProfile, Project) {
722722
if (PROTECTED_EMAIL_ACCOUNT.includes(record.email)) {
723723
updatedDiff = record.modifiedPaths();
724724
}
725-
console.log(`jobTitle: ${record.jobTitle}`);
726725
record
727726
.save()
728727
.then((results) => {

0 commit comments

Comments
 (0)