From: Steve Sutton Date: Thu, 28 Dec 2017 21:25:27 +0000 (-0500) Subject: Remove the print_r X-Git-Tag: v1.0.0^2~127 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=075540083b8b1055fb4b4d9b159d3b62eaa34721;p=WP-Plugins%2Fglm-member-db-registrations.git Remove the print_r for the registrant count --- 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) {