Remove the print_r
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 28 Dec 2017 21:25:27 +0000 (16:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 28 Dec 2017 21:27:07 +0000 (16:27 -0500)
for the registrant count

models/admin/registrations/events.php

index a09ae6d..68b807e 100644 (file)
@@ -207,7 +207,6 @@ class GlmMembersAdmin_registrations_events extends GlmDataRegistrationsRegEvent
 
                 // Get count of registrants listed
                 $registrantCount = $listResult['totalCount'];;
-                echo '<pre>$registrantCount: ' . print_r( $registrantCount, true ) . '</pre>';
 
                 // If the number of registrants is less than a page, don't do paging
                 if ($registrantCount <= $limit) {