remove debug statement

This commit is contained in:
Jon Goldberg 2019-01-15 14:27:34 -05:00
parent fe8053a414
commit 9f2da42ae1
Signed by: jon
GPG Key ID: 0DC025928E9AA851

View File

@ -291,7 +291,6 @@ function _batchexportperm_civicrm_allow_contribution_to_edit($contributionId) {
'id' => $contributionId,
'sequential' => 1,
])['values'][0]["custom_{$customFieldId}"];
CRM_Core_Error::debug('exportdate', $exportDate);
if (empty($exportDate) || CRM_Core_Permission::check('edit exported contributions')) {
return TRUE;
}