projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbbc135
)
Remove print_r
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 21 May 2019 20:17:44 +0000
(16:17 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 21 May 2019 20:17:44 +0000
(16:17 -0400)
comment out debug
models/admin/billing/invoices.php
patch
|
blob
|
history
diff --git
a/models/admin/billing/invoices.php
b/models/admin/billing/invoices.php
index
c87876f
..
596a01e
100644
(file)
--- 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 '<pre>$_REQUEST: ' . print_r( $_REQUEST, true ) . '</pre>';
+
//
echo '<pre>$_REQUEST: ' . print_r( $_REQUEST, true ) . '</pre>';
$invoiceSent = true;
}