From b9a400ffa9905b66659d68d4b16cc78ec71ada87 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 3 Nov 2014 23:54:08 +1300 Subject: [PATCH] remove debug --- CRM/Core/Payment/Form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Core/Payment/Form.php b/CRM/Core/Payment/Form.php index f770737e35..3f1c574b80 100644 --- a/CRM/Core/Payment/Form.php +++ b/CRM/Core/Payment/Form.php @@ -62,7 +62,6 @@ class CRM_Core_Payment_Form { static public function setPaymentFieldsByProcessor(&$form, $processor) { $form->billingFieldSets = array(); $paymentFields = self::getPaymentFields($processor); - dpm($paymentFields); $paymentTypeName = self::getPaymentTypeName($processor); $paymentTypeLabel = self::getPaymentTypeLabel($processor); //@todo if we switch to iterating through the fieldsets we won't need to assign these directly -- 2.25.1