remove print_r
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Oct 2017 20:48:15 +0000 (16:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Oct 2017 20:48:15 +0000 (16:48 -0400)
get rid of debug stuff

models/front/registrations/registration.php

index 76e6fe7..03be5b2 100644 (file)
                                                     $registrant['reg_time']
                                                 )
                                             );
-                                            var_dump( $regTimeText );
+                                            // var_dump( $regTimeText );
                                             $registrant['reg_time_text'] = $regTimeText;
                                         }
                                         $this->wpdb->print_error();
                                         $registrant['state']     = $accountData['state'];
                                         $registrant['zip']       = $accountData['zip'];
                                         $registrant['country']   = $accountData['country'];
-                                        echo '<pre>$registrant: ' . print_r( $registrant, true ) . '</pre>';
+                                        // echo '<pre>$registrant: ' . print_r( $registrant, true ) . '</pre>';
                                         $registrants[]           = $registrant;
                                     }
                                 }