projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923a6fc
)
Removed test echo statements that should have been removed after testing.
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 26 Jul 2018 16:01:32 +0000
(12:01 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 26 Jul 2018 16:01:32 +0000
(12:01 -0400)
models/admin/events/list.php
patch
|
blob
|
history
diff --git
a/models/admin/events/list.php
b/models/admin/events/list.php
index
a14be8b
..
4b77c35
100644
(file)
--- a/
models/admin/events/list.php
+++ b/
models/admin/events/list.php
@@
-974,11
+974,9
@@
class GlmMembersAdmin_events_list extends GlmDataEvents
// Deterine if we need to request search engine index, re-index, or removal
$url = GLM_MEMBERS_SITE_BASE_URL.$this->config['settings']['canonical_event_page'].'/'.$eventSlug.'/';
if ($indexEvent) {
- echo "Index $url<P>";
$result = apply_filters( 'glm_member_db_common_search_indexurl', $url );
}
if ($removeEventIndex) {
- echo "remove $url<P>";
$result = apply_filters( 'glm_member_db_common_search_removeurl', $url );
}