Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Removing unnecessary var dump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Nov 2, 2015
1 parent bd9ee30 commit b44c87f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions user-people.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
$specific_groups = get_field( "specific_groups" );
$specific_tags = get_field( "specific_tags" );
$information_to_display = get_field( "information_to_display" );

//var_dump($specific_people);


function createTextCell($setting, $field){
global $information_to_display;
if (in_array($setting, $information_to_display)) {
Expand Down

0 comments on commit b44c87f

Please sign in to comment.