Remove print_r
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 21 May 2019 20:17:44 +0000 (16:17 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 21 May 2019 20:17:44 +0000 (16:17 -0400)
comment out debug

models/admin/billing/invoices.php

index c87876f..596a01e 100644 (file)
@@ -192,7 +192,7 @@ class GlmMembersAdmin_billing_invoices extends GlmDataInvoices
                     $Notifications->sendEmailNotification( $notice['id'], $account_id, $data );
                 }
             }
-            echo '<pre>$_REQUEST: ' . print_r( $_REQUEST, true ) . '</pre>';
+            // echo '<pre>$_REQUEST: ' . print_r( $_REQUEST, true ) . '</pre>';
             $invoiceSent = true;
         }