From b44c87fbf9e1269a67f1ca6cff8b3b6facc1c8b5 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 2 Nov 2015 16:08:11 -0500 Subject: [PATCH] Removing unnecessary var dump --- user-people.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/user-people.php b/user-people.php index 6716f1d..ee9f3d3 100644 --- a/user-people.php +++ b/user-people.php @@ -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)) {