Skip to content

Commit

Permalink
remove print_r function
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Aug 2, 2016
1 parent 4d7dc32 commit bf9637e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions block_groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<p>';
echo print_r($arrayofmembers[$value->id]);
echo '</p>';
// Necessary DB query to prohibit multiple ids of grouping members.
$countgroupingmember = $arrayofmembers[$value->id]->number;
$groupingsarray[$g] = $renderer->get_grouping($value->name, $countgroupingmember);
Expand Down

0 comments on commit bf9637e

Please sign in to comment.