From f532918681d9a5d5973c17147a4d3e09da810347 Mon Sep 17 00:00:00 2001 From: kisselev Date: Fri, 26 Jul 2013 13:30:51 -0700 Subject: [PATCH] Removed debug traces --- libs/functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/functions.php b/libs/functions.php index 72f91d9..b2ada1a 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -258,9 +258,6 @@ function get_tree($path = '.', $clean_path = '', $title = '', $first = true){ $clean_sort = clean_sort($file); // If clean_urls is set to false and this is the first branch of the tree, append index.php to the clean_path. - - print_r($options['clean_urls']); - if($options['clean_urls'] == false) { if($first)