From: Steve Sutton Date: Thu, 14 Mar 2019 20:27:11 +0000 (-0400) Subject: comment out debug X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6529cf888058b756aaad17dd7f884b62964c1a99;p=WP-Plugins%2Fglm-member-db-billing.git comment out debug remove debug output --- 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 );