projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3469646
)
Remove print_r statement
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 14 Apr 2017 20:50:03 +0000
(16:50 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 14 Apr 2017 20:50:03 +0000
(16:50 -0400)
Remove debug thing
models/front/members/list.php
patch
|
blob
|
history
diff --git
a/models/front/members/list.php
b/models/front/members/list.php
index
cf4a2e3
..
df83478
100644
(file)
--- a/
models/front/members/list.php
+++ b/
models/front/members/list.php
@@
-634,7
+634,6
@@
class GlmMembersFront_members_list extends GlmDataMemberInfo
$whereParts = apply_filters('glm-member-db-front-search-query', array());
if ( is_array( $whereParts ) && count( $whereParts ) > 0 ) {
$where .= $whereSep.implode(" AND ", $whereParts);
- echo '<pre>$where: ' . print_r( $where, true ) . '</pre>';
$whereSep = ' AND ';
}