From 6529cf888058b756aaad17dd7f884b62964c1a99 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 14 Mar 2019 16:27:11 -0400 Subject: [PATCH] comment out debug remove debug output --- models/front/billing/renew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/front/billing/renew.php b/models/front/billing/renew.php index 4478fc1..775f477 100644 --- 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 '
$unregistered: ' . print_r( $unregistered, true ) . '
'; + // echo '
$unregistered: ' . print_r( $unregistered, true ) . '
'; // Call in the support class $BillingSupport = new GlmBillingSupport( $this->wpdb, $this->config ); -- 2.17.1