From f792589e79934a910e2202cb1fab7934be15dd7a Mon Sep 17 00:00:00 2001 From: Chris Doten Date: Sat, 4 May 2013 22:44:05 +0000 Subject: [PATCH] Cleaned up print statements --- CRM/Report/Form/Member/Detail.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Report/Form/Member/Detail.php b/CRM/Report/Form/Member/Detail.php index f2aef32b64..e1c7a55365 100644 --- a/CRM/Report/Form/Member/Detail.php +++ b/CRM/Report/Form/Member/Detail.php @@ -444,10 +444,7 @@ class CRM_Report_Form_Member_Detail extends CRM_Report_Form { // get the acl clauses built before we assemble the query $this->buildACLClause($this->_aliases['civicrm_contact']); - print_r("!!!! I'm about to build my query\n"); $sql = $this->buildQuery(TRUE); - - print_r("My SQL is currently " . $sql); $rows = array(); $this->buildRows($sql, $rows); -- 2.25.1