projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133e2c9
)
remove debug from ProfileContact
author
monishdeb
<monish.deb@webaccess.co.in>
Wed, 15 Jan 2014 13:20:34 +0000
(18:50 +0530)
committer
kurund
<kurund@civicrm.org>
Fri, 17 Jan 2014 23:38:51 +0000
(15:38 -0800)
CRM/Contact/Form/ProfileContact.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/ProfileContact.php
b/CRM/Contact/Form/ProfileContact.php
index 746c0564ccc23e97faeba9cf49ba4bc1c660a2c0..9249162ebabaa6cff4dccd2b21e7112263e4ffb0 100644
(file)
--- 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);