Comment out print_r statement
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 2 Nov 2017 14:41:01 +0000 (10:41 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 2 Nov 2017 14:41:01 +0000 (10:41 -0400)
Remove print_r output for registrants.

models/front/registrations/registration.php

index d127957..b37fb63 100644 (file)
 
         $registrants = array();
 
-        echo '<pre>$cart: ' . print_r( $cart, true ) . '</pre>';
+        // echo '<pre>$cart: ' . print_r( $cart, true ) . '</pre>';
         // Looping through to grab out registrants from the cart.
         if ( isset( $cart['events'] ) && is_array( $cart['events'] ) ) {
 
             } // - End loop through events.
         }
 
-        echo '<pre>$registrants: ' . print_r( $registrants, true ) . '</pre>';
+        // echo '<pre>$registrants: ' . print_r( $registrants, true ) . '</pre>';
 
         // Compile template data
         $templateData = array(