remove debug
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 3 Nov 2014 10:54:08 +0000 (23:54 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 3 Nov 2014 10:54:08 +0000 (23:54 +1300)
CRM/Core/Payment/Form.php

index f770737e35de118fcdb373564ce4bdeeae2eddd1..3f1c574b80c40a55b4f4aaf235fb21981b951fd6 100644 (file)
@@ -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