We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7332df8 commit b0409d6Copy full SHA for b0409d6
1 file changed
src/controllers/userProfileController.js
@@ -722,7 +722,6 @@ const userProfileController = function (UserProfile, Project) {
722
if (PROTECTED_EMAIL_ACCOUNT.includes(record.email)) {
723
updatedDiff = record.modifiedPaths();
724
}
725
- console.log(`jobTitle: ${record.jobTitle}`);
726
record
727
.save()
728
.then((results) => {
0 commit comments