diff --git a/block_groups.php b/block_groups.php index 9f741f8..b028bec 100644 --- a/block_groups.php +++ b/block_groups.php @@ -171,9 +171,6 @@ public function build_grouping_array($allgroupings) { $arrayofmembers = count_grouping_members(); foreach ($allgroupings as $g => $value) { if (is_object($value) && property_exists($value, 'name')) { - echo '

'; - echo print_r($arrayofmembers[$value->id]); - echo '

'; // Necessary DB query to prohibit multiple ids of grouping members. $countgroupingmember = $arrayofmembers[$value->id]->number; $groupingsarray[$g] = $renderer->get_grouping($value->name, $countgroupingmember);