From: Chris Doten Date: Sat, 4 May 2013 22:44:05 +0000 (+0000) Subject: Cleaned up print statements X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f792589e79934a910e2202cb1fab7934be15dd7a;p=civicrm-core.git Cleaned up print statements --- 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);