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:
990dd21
)
comment out debug
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 14 Mar 2019 20:27:11 +0000
(16:27 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 14 Mar 2019 20:27:11 +0000
(16:27 -0400)
remove debug output
models/front/billing/renew.php
patch
|
blob
|
history
diff --git
a/models/front/billing/renew.php
b/models/front/billing/renew.php
index
4478fc1
..
775f477
100644
(file)
--- a/
models/front/billing/renew.php
+++ b/
models/front/billing/renew.php
@@
-122,7
+122,7
@@
class GlmMembersFront_billing_renew // extends GlmDataBilling
$unregistered = filter_var( $actionData['request']['unregistered'], FILTER_VALIDATE_BOOLEAN );
}
- echo '<pre>$unregistered: ' . print_r( $unregistered, true ) . '</pre>';
+
//
echo '<pre>$unregistered: ' . print_r( $unregistered, true ) . '</pre>';
// Call in the support class
$BillingSupport = new GlmBillingSupport( $this->wpdb, $this->config );