From be4624c49bfa018cbcc3d5cb14094b3dfdc4c1b8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 8 Dec 2005 23:54:24 +0000 Subject: [PATCH] Remove debug cruft. fixes #2040 git-svn-id: https://develop.svn.wordpress.org/trunk@3280 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 +?>