From 3828423cd88140461c0834ef4d7bfac0699289eb Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 15 Jan 2014 18:50:34 +0530 Subject: [PATCH] remove debug from ProfileContact --- CRM/Contact/Form/ProfileContact.php | 1 - 1 file changed, 1 deletion(-) 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); -- 2.25.1