From 56231fa8e09251130437a4641da669f1b03c228c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 14 Oct 2016 09:50:59 -0400 Subject: [PATCH] removing print_r statements --- functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions.php b/functions.php index dd2864b..4bb0dd8 100644 --- a/functions.php +++ b/functions.php @@ -326,7 +326,6 @@ function create_offcanvas_menu($menu_name){ $page_ids[] = get_post_meta( $menu_item->ID, '_menu_item_object_id', true ); } } - print_r($page_ids); glm_page_menu(0, 'left-off-canvas-list',$page_ids); } ?> -- 2.17.1