Remove debug cruft. fixes #2040

git-svn-id: http://svn.automattic.com/wordpress/trunk@3280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-12-08 23:54:24 +00:00
parent 1f2e257074
commit ec0b1a8602
1 changed files with 1 additions and 2 deletions

View File

@ -118,7 +118,6 @@ function glob($pattern) {
$output[]=$path . '/' . $dir; $output[]=$path . '/' . $dir;
} }
closedir($handle); closedir($handle);
print_r($output);
if(is_array($output)) if(is_array($output))
return $output; return $output;
@ -153,4 +152,4 @@ function pattern_match($pattern,$string) {
} }
endif; endif;
?> ?>