From ec0b1a8602eb8add821f15e5abe39cd2eebcc7cf Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 8 Dec 2005 23:54:24 +0000 Subject: [PATCH] Remove debug cruft. fixes #2040 git-svn-id: http://svn.automattic.com/wordpress/trunk@3280 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions-compat.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/functions-compat.php b/wp-includes/functions-compat.php index 5911f3d537..f274384394 100644 --- a/wp-includes/functions-compat.php +++ b/wp-includes/functions-compat.php @@ -118,7 +118,6 @@ function glob($pattern) { $output[]=$path . '/' . $dir; } closedir($handle); - print_r($output); if(is_array($output)) return $output; @@ -153,4 +152,4 @@ function pattern_match($pattern,$string) { } endif; -?> \ No newline at end of file +?>