Commented out print_r() that was used for testing on registrations page.
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 23 Oct 2017 18:49:33 +0000 (14:49 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 23 Oct 2017 18:49:33 +0000 (14:49 -0400)
models/front/registrations/registration.php

index 4c8989e..613afea 100644 (file)
             }
         }
 
-        echo '<pre>$regEvent: ' . print_r( $regEvent, true ) . '</pre>';
+        // echo '<pre>$regEvent: ' . print_r( $regEvent, true ) . '</pre>';
 
         // Build the regClass JSON for the template.
         $regClassJSON = '[' . implode( ',', $jsonClasses ) . ']';