From: Jon Goldberg Date: Fri, 11 Jan 2019 21:22:20 +0000 (-0500) Subject: remove debug statement X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fd588f6cf25482f0ae6c306cd65323ae2815cf05;p=civicrm-core.git remove debug statement --- diff --git a/tests/phpunit/CRM/Group/Page/AjaxTest.php b/tests/phpunit/CRM/Group/Page/AjaxTest.php index 56c5cc8293..b6eb77718b 100644 --- a/tests/phpunit/CRM/Group/Page/AjaxTest.php +++ b/tests/phpunit/CRM/Group/Page/AjaxTest.php @@ -654,7 +654,6 @@ class CRM_Group_Page_AjaxTest extends CiviUnitTestCase { $this->setupEditAllGroupsACL(); $params = $this->_params; $groups = CRM_Contact_BAO_Group::getGroupListSelector($params); - print_r($groups); $this->assertNotEmpty($groups, 'If Edit All Groups is granted, at least one group should be visible'); }