From 3e4a5a18936c43cb0ee4b71a5fe8f4d57815f9cc Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 23 Oct 2017 14:49:33 -0400 Subject: [PATCH] Commented out print_r() that was used for testing on registrations page. --- models/front/registrations/registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/front/registrations/registration.php b/models/front/registrations/registration.php index 4c8989e..613afea 100644 --- a/models/front/registrations/registration.php +++ b/models/front/registrations/registration.php @@ -205,7 +205,7 @@ } } - echo '
$regEvent: ' . print_r( $regEvent, true ) . '
'; + // echo '
$regEvent: ' . print_r( $regEvent, true ) . '
'; // Build the regClass JSON for the template. $regClassJSON = '[' . implode( ',', $jsonClasses ) . ']'; -- 2.17.1