Skip to content
Snippets Groups Projects
Commit a338c575 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

rm console.log

parent 1de25500
No related branches found
No related tags found
No related merge requests found
......@@ -186,11 +186,6 @@ export class ContactDetailComponent implements OnInit {
isNewValue(identifier: any) {
const isCustomField = typeof identifier === 'object' && identifier !== 'civility';
if (identifier === 'civility') {
console.log(this.contact[identifier]);
console.log(this.contactClone[identifier]);
}
if (isCustomField) {
return this.contactClone['customFields'].filter((custom: any) => custom.label === identifier.value.label).length === 0;
} else if (identifier === 'civility') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment