CRM-12940
authorDeepak Srivastava <deepak.srivastava@webaccess.co.in>
Fri, 12 Jul 2013 13:36:28 +0000 (19:06 +0530)
committerDeepak Srivastava <deepak.srivastava@webaccess.co.in>
Fri, 12 Jul 2013 13:36:28 +0000 (19:06 +0530)
----------------------------------------
* CRM-12940: Allow extensions to participate in CRM_*_BAO_Query
  http://issues.civicrm.org/jira/browse/CRM-12940

CRM/Contact/BAO/Query/Hook.php

index f9b9ee03a5e4dc84c36e0a7d0e2f931ca01ba78c..6f3ecefc754ba7ab4dd49d98336409cdeac06fed 100644 (file)
@@ -67,7 +67,6 @@ class CRM_Contact_BAO_Query_Hook {
     if ($this->_queryObjects === NULL) {
       $this->_queryObjects = array();
       CRM_Utils_Hook::queryObjects($this->_queryObjects);
-      CRM_Core_Error::debug_var( '$this->_queryObjects', $this->_queryObjects );
     }
     return $this->_queryObjects;
   }