From 9f2da42ae149a8b508549efbb76ea9b93d9fbb61 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Tue, 15 Jan 2019 14:27:34 -0500 Subject: [PATCH] remove debug statement --- batchexportperm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/batchexportperm.php b/batchexportperm.php index 79a41c3..1a9bac1 100644 --- a/batchexportperm.php +++ b/batchexportperm.php @@ -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; }