From 6401a4190db8d7d3320fb5f93e50a5b71b86291c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Nov 2016 13:22:49 -0500 Subject: [PATCH] removing test print_r statements --- regions-map.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/regions-map.php b/regions-map.php index ff7c445..936c909 100644 --- a/regions-map.php +++ b/regions-map.php @@ -13,8 +13,6 @@ foreach ($partners_blocks as $id=>$block){ $categories[$block->post_name] = $block->url; } -print_r($categories); - $js_categories = json_encode($categories); -- 2.17.1