From 075540083b8b1055fb4b4d9b159d3b62eaa34721 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 28 Dec 2017 16:25:27 -0500 Subject: [PATCH] Remove the print_r for the registrant count --- models/admin/registrations/events.php | 1 - 1 file changed, 1 deletion(-) diff --git a/models/admin/registrations/events.php b/models/admin/registrations/events.php index a09ae6d..68b807e 100644 --- a/models/admin/registrations/events.php +++ b/models/admin/registrations/events.php @@ -207,7 +207,6 @@ class GlmMembersAdmin_registrations_events extends GlmDataRegistrationsRegEvent // Get count of registrants listed $registrantCount = $listResult['totalCount'];; - echo '
$registrantCount: ' . print_r( $registrantCount, true ) . '
'; // If the number of registrants is less than a page, don't do paging if ($registrantCount <= $limit) { -- 2.17.1