projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2973497
)
Remove debug
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 17 Oct 2017 20:31:28 +0000
(16:31 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 17 Oct 2017 20:31:46 +0000
(16:31 -0400)
Debug output
models/admin/registrations/accounts.php
patch
|
blob
|
history
diff --git
a/models/admin/registrations/accounts.php
b/models/admin/registrations/accounts.php
index
17cb1af
..
edd3c28
100644
(file)
--- a/
models/admin/registrations/accounts.php
+++ b/
models/admin/registrations/accounts.php
@@
-220,7
+220,6
@@
class GlmMembersAdmin_registrations_accounts extends GlmDataRegistrationsAccount
foreach ( $registered as $key => $reg ) {
$registered[$key]['eventData'] = $RegRequestEvent->getEntry( $reg['reg_request_event'] );
}
- echo '<pre>$registered: ' . print_r( $registered, true ) . '</pre>';
}
}