From 6a1d95d1e529988861d2765bb8e7d6223cb6bda1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 21 May 2019 16:17:44 -0400 Subject: [PATCH] Remove print_r comment out debug --- models/admin/billing/invoices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/admin/billing/invoices.php b/models/admin/billing/invoices.php index c87876f..596a01e 100644 --- a/models/admin/billing/invoices.php +++ b/models/admin/billing/invoices.php @@ -192,7 +192,7 @@ class GlmMembersAdmin_billing_invoices extends GlmDataInvoices $Notifications->sendEmailNotification( $notice['id'], $account_id, $data ); } } - echo '
$_REQUEST: ' . print_r( $_REQUEST, true ) . '
'; + // echo '
$_REQUEST: ' . print_r( $_REQUEST, true ) . '
'; $invoiceSent = true; } -- 2.17.1