remove debug from ProfileContact
authormonishdeb <monish.deb@webaccess.co.in>
Wed, 15 Jan 2014 13:20:34 +0000 (18:50 +0530)
committerkurund <kurund@civicrm.org>
Fri, 17 Jan 2014 23:38:51 +0000 (15:38 -0800)
CRM/Contact/Form/ProfileContact.php

index 746c0564ccc23e97faeba9cf49ba4bc1c660a2c0..9249162ebabaa6cff4dccd2b21e7112263e4ffb0 100644 (file)
@@ -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);