From: Steve Sutton Date: Mon, 11 Jul 2016 13:04:41 +0000 (-0400) Subject: remove the debug X-Git-Tag: v1.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fe14f471ff5e22da0d1aed52555ef23ed8ae9fa1;p=WP-Plugins%2Fglm-member-db-leads.git remove the debug clean up --- diff --git a/models/admin/leads/index.php b/models/admin/leads/index.php index 824f0ba..d70b5c8 100644 --- a/models/admin/leads/index.php +++ b/models/admin/leads/index.php @@ -152,7 +152,7 @@ class GlmMembersAdmin_leads_index extends GlmDataLeadEntry } else if ( $search_params['to_date'] ) { } $where = implode( ' AND ', $where_parts ); - echo '
$where: ' . print_r( $where, true ) . '
'; + //echo '
$where: ' . print_r( $where, true ) . '
'; $order = "T.lname, T.fname"; $leads = $this->getList( $where, $order ); } else {