From: Steve Sutton Date: Tue, 21 May 2019 20:17:44 +0000 (-0400) Subject: Remove print_r X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6a1d95d1e529988861d2765bb8e7d6223cb6bda1;p=WP-Plugins%2Fglm-member-db-billing.git Remove print_r comment out debug --- 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; }