comment out debug
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Mar 2019 20:27:11 +0000 (16:27 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Mar 2019 20:27:11 +0000 (16:27 -0400)
remove debug output

models/front/billing/renew.php

index 4478fc1..775f477 100644 (file)
@@ -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 );