From: monishdeb Date: Wed, 15 Jan 2014 13:20:34 +0000 (+0530) Subject: remove debug from ProfileContact X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3828423cd88140461c0834ef4d7bfac0699289eb;p=civicrm-core.git remove debug from ProfileContact --- diff --git a/CRM/Contact/Form/ProfileContact.php b/CRM/Contact/Form/ProfileContact.php index 746c0564cc..9249162eba 100644 --- a/CRM/Contact/Form/ProfileContact.php +++ b/CRM/Contact/Form/ProfileContact.php @@ -119,7 +119,6 @@ class CRM_Contact_Form_ProfileContact { //check if there is any duplicate contact $profileContactType = CRM_Core_BAO_UFGroup::getContactType($params['honoree_profile_id']); - CRM_Core_Error::debug( '$profileContactType', $profileContactType ); $dedupeParams = CRM_Dedupe_Finder::formatParams($params['honor'], $profileContactType); $dedupeParams['check_permission'] = FALSE; $ids = CRM_Dedupe_Finder::dupesByParams($dedupeParams, $profileContactType);